Html Css Color HEX #01AA92 Persian Green

📋 copy color: '#01AA92'

red 1 ◦ green 170 ◦ blue 146

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

Shades of Persian Green #01AA92

Tints of Persian Green #01AA92

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.63%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 0.32%
G = 53.63%
B = 46.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#01AA92 (or 0x01AA92) is known color: Persian Green. HEX triplet: 01, AA and 92. RGB value is (1,170,146). Sum of RGB (Red+Green+Blue) = 1+170+146=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AA92 is #FE556D. Grayscale: #747474. Windows color (decimal): -16668014 or 9611777. OLE color: 9611777.

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

Color convert

RGB 1 170 146 -
CMYK 0.99 0 0.14 0.33
HSL 171.48º 0.99% 0.34% -
HSV(B) 171.48º 0.99% 0.67% -
XYZ 19.58 30.83 32.11 -
YUV 116.73 144.51 45.45 -
System Red Green Blue C M Y K H S L
Decimal 1 170 146 0.99 0 0.14 0.33 171.48 0.99 0.34
Hex 1 AA 92 63 0 E 21 AB 63 22
Octal 1 252 222 143 0 16 41 253 143 42
Binary 1 10101010 10010010 1100011 0 1110 100001 10101011 1100011 100010

Color Harmonies of #01AA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA92

Black with #01AA92

Text Example


Text Example

White with #01AA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,170,146); }

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

background-color css

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

 a { background-color: rgb(1,170,146); }

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

border-color css

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

 span { border-color: rgb(1,170,146); }

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