Html Css Color HEX #01B49A Persian Green

📋 copy color: '#01B49A'

red 1 ◦ green 180 ◦ blue 154

#01B49A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #01B49A

Tints of Persian Green #01B49A

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 180 (70.7% from 255) = 53.73%

 BLUE value IS 154 (60.55% from 255) = 45.97%

R = 0.3%
G = 53.73%
B = 45.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01B49A (or 0x01B49A) is known color: Persian Green. HEX triplet: 01, B4 and 9A. RGB value is (1,180,154). Sum of RGB (Red+Green+Blue) = 1+180+154=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #01B49A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B49A is #FE4B65. Grayscale: #7B7B7B. Windows color (decimal): -16665446 or 10138625. OLE color: 10138625.

HSL color Cylindrical-coordinate representation of color #01B49A: hue angle of 171.28º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B49A is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 180 154 -
CMYK 0.99 0 0.14 0.29
HSL 171.28º 0.99% 0.35% -
HSV(B) 171.28º 0.99% 0.71% -
XYZ 22.17 34.98 36.16 -
YUV 123.52 145.2 40.61 -
System Red Green Blue C M Y K H S L
Decimal 1 180 154 0.99 0 0.14 0.29 171.28 0.99 0.35
Hex 1 B4 9A 63 0 E 1D AB 63 23
Octal 1 264 232 143 0 16 35 253 143 43
Binary 1 10110100 10011010 1100011 0 1110 11101 10101011 1100011 100011

Color Harmonies of #01B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B49A

Black with #01B49A

Text Example


Text Example

White with #01B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B49A; }

 p { color: rgb(1,180,154); }

 H1.HeaderClassName
 {
   color: #01B49A;
 }
 .AnyTagClassName
 {
   color: #01B49A;
 }
</style>

background-color css

<style>
 a { background-color: #01B49A; }

 a { background-color: rgb(1,180,154); }

 div.DivClassName
 {
   background-color: #01B49A;
 }
 .BgClassName
 {
   background-color: #01B49A;
 }
</style>

border-color css

<style>
 span { border-color: #01B49A; }

 span { border-color: rgb(1,180,154); }

 td.TdClassName
 {
   border-color: #01B49A;
 }
 .TagClassName
 {
   border-color: #01B49A;
 }
</style>