COLOR #01B490

HEX: #01B490
RGB: (1,180,144)

Renk bilgisi

#01B490 contains mainly green and blue colors. #01B490 ‘ nin web güvenlik rengi #00CC99 (ya da #0C9) dir.

RGB renk modeli

#01B490 color RGB value is (1,180,144).

  • kırmız ton 1;
  • yeşil ton 180;
  • mavi ton 144.
RGB:
(1,180,144)
(0%,71%,56%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 180 of 255 = 71%
B 144 of 255 = 56%

1
180
144

R + G + B ~ 42%. #01B490 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 180 + 144 = 325 (100%)
R 1 of 325 ~ 0.31%
G 180 of 325 ~ 55.38%
B 144 of 325 ~ 44.31%

%55.38
%44.31

CMYK RENK MODELİ

#01B490 rengi CMYK tonu (99,0,20,29).

  • camgöbeği tonu 99.44%
  • eflatun tonu 0.00%
  • sarı tonu 20.00%
  • ana renk tonu 29.41%
CMYK:
(99,0,20,29)
C99M0Y20K29 
(99%,0%,20%,29%)
(0.99/0.00/0.20/0.29)	

CMYK yüzdeleri

%99.44
%0
%20
%29.41

Codes

Color #01B490 in popluar color models

01B490
RGB1180144
HSL168°98.90%35.49%
HSB/HSV168°99.44%70.59%
CMYK99.44%0.00%20.00%
29.41%

Color #01B490 in popluar number systems.

HEX01B490
Decimal1180144
Binary11011010010010000
Octal1264220

Shades and tints

Shades of #01B490

#01B490
(1,180,144)
#01A483
(1,164,131)
#019476
(1,148,118)
#018469
(1,132,105)
#01745C
(1,116,92)
#01644F
(1,100,79)
#015442
(1,84,66)
#014435
(1,68,53)
#013428
(1,52,40)
#01241B
(1,36,27)
#01140E
(1,20,14)
#000000
(0,0,0)

Tints of #01B490

#01B490
(1,180,144)
#18BA9A
(24,186,154)
#2FC0A4
(47,192,164)
#46C6AE
(70,198,174)
#5DCCB8
(93,204,184)
#74D2C2
(116,210,194)
#8BD8CC
(139,216,204)
#A2DED6
(162,222,214)
#B9E4E0
(185,228,224)
#D0EAEA
(208,234,234)
#E7F0F4
(231,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01B490 color. Also use rgb(1,180,144) instead hex code.

Text Font Color

.myTextColor { color: #01B490; }

<p style="color:#01B490">This sample text font color is #01B490.</p>

This text font color is #01B490.


Background Color

.myBgColor { background-color: #01B490; }

<div style="background-color:#01B490">Inner text</div>

This div background color is #01B490.


Border color

.myBorderColor { border: 1px solid #01B490; }

<div style="border:3px solid #01B490">Div</div>

This div border color is #01B490.


Opacity

.myOpacity80 { color: #01B490; opacity: 0.8; }

<p style="color:#01B490;opacity:0.8;">80%</p>

Text with #01B490 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #01B490;}

<p style="text-shadow: 3px 3px 1px #01B490">Text here.</p>

This text has shadow with #01B490 color.

.textShadow {text-shadow: 3px 3px 1px #01B490, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #01B490, 5px 5px 20px red">Text here.</p>

This text has shadow with #01B490 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01B490, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#01B490, Direction=45, Strength=4)">Text</p>

This text has shadow with #01B490 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #01B490;
  -webkit-box-shadow:	1px 1px 3px 2px #01B490;
  box-shadow:		1px 1px 3px 2px #01B490;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01B490;
-webkit-box-shadow: 1px 1px 3px 2px #01B490;
box-shadow:1px 1px 3px 2px #01B490;">
Div content here</div>
This div box has shadow with color #01B490.

Preview

Color preview on black background

This text has color #01B490 on black background.


Color preview on white background

This text has color #01B490 on white background.



Black color preview on #01B490 background

This text has black color on #01B490 background.


White color preview on #01B490 background

This text has white color on #01B490 background.