Html Css Color HEX #0AAA92 Persian Green

📋 copy color: '#0AAA92'

red 10 ◦ green 170 ◦ blue 146

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

Shades of Persian Green #0AAA92

Tints of Persian Green #0AAA92

RGB

 RED value IS 10 (4.3% from 255) = 3.07%

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

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

R = 3.07%
G = 52.15%
B = 44.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#0AAA92 (or 0x0AAA92) is known color: Persian Green. HEX triplet: 0A, AA and 92. RGB value is (10,170,146). Sum of RGB (Red+Green+Blue) = 10+170+146=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA92 is #F5556D. Grayscale: #777777. Windows color (decimal): -16078190 or 9611786. OLE color: 9611786.

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

Color convert

RGB 10 170 146 -
CMYK 0.94 0 0.14 0.33
HSL 171º 0.89% 0.35% -
HSV(B) 171º 0.94% 0.67% -
XYZ 19.69 30.89 32.12 -
YUV 119.42 142.99 49.95 -
System Red Green Blue C M Y K H S L
Decimal 10 170 146 0.94 0 0.14 0.33 171 0.89 0.35
Hex A AA 92 5E 0 E 21 AB 59 23
Octal 12 252 222 136 0 16 41 253 131 43
Binary 1010 10101010 10010010 1011110 0 1110 100001 10101011 1011001 100011

Color Harmonies of #0AAA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA92

Black with #0AAA92

Text Example


Text Example

White with #0AAA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AAA92; }

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

 H1.HeaderClassName
 {
   color: #0AAA92;
 }
 .AnyTagClassName
 {
   color: #0AAA92;
 }
</style>

background-color css

<style>
 a { background-color: #0AAA92; }

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

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

border-color css

<style>
 span { border-color: #0AAA92; }

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

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