Html Css Color HEX #01B0A9 Persian Green

📋 copy color: '#01B0A9'

red 1 ◦ green 176 ◦ blue 169

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

Shades of Persian Green #01B0A9

Tints of Persian Green #01B0A9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.87%

 BLUE value IS 169 (66.41% from 255) = 48.84%

R = 0.29%
G = 50.87%
B = 48.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#01B0A9 (or 0x01B0A9) is known color: Persian Green. HEX triplet: 01, B0 and A9. RGB value is (1,176,169). Sum of RGB (Red+Green+Blue) = 1+176+169=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #01B0A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B0A9 is #FE4F56. Grayscale: #7A7A7A. Windows color (decimal): -16666455 or 11120641. OLE color: 11120641.

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

Color convert

RGB 1 176 169 -
CMYK 0.99 0 0.04 0.31
HSL 177.6º 0.99% 0.35% -
HSV(B) 177.6º 0.99% 0.69% -
XYZ 22.7 33.92 42.89 -
YUV 122.88 154.02 41.07 -
System Red Green Blue C M Y K H S L
Decimal 1 176 169 0.99 0 0.04 0.31 177.6 0.99 0.35
Hex 1 B0 A9 63 0 4 1F B2 63 23
Octal 1 260 251 143 0 4 37 262 143 43
Binary 1 10110000 10101001 1100011 0 100 11111 10110010 1100011 100011

Color Harmonies of #01B0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B0A9

Black with #01B0A9

Text Example


Text Example

White with #01B0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,176,169); }

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

background-color css

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

 a { background-color: rgb(1,176,169); }

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

border-color css

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

 span { border-color: rgb(1,176,169); }

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