Html Css Color HEX #0AAC91 Persian Green

📋 copy color: '#0AAC91'

red 10 ◦ green 172 ◦ blue 145

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

Shades of Persian Green #0AAC91

Tints of Persian Green #0AAC91

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.6%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 3.06%
G = 52.6%
B = 44.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#0AAC91 (or 0x0AAC91) is known color: Persian Green. HEX triplet: 0A, AC and 91. RGB value is (10,172,145). Sum of RGB (Red+Green+Blue) = 10+172+145=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC91 is #F5536E. Grayscale: #787878. Windows color (decimal): -16077679 or 9546762. OLE color: 9546762.

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

Color convert

RGB 10 172 145 -
CMYK 0.94 0 0.16 0.33
HSL 170º 0.89% 0.36% -
HSV(B) 170º 0.94% 0.67% -
XYZ 19.99 31.61 31.84 -
YUV 120.48 141.83 49.2 -
System Red Green Blue C M Y K H S L
Decimal 10 172 145 0.94 0 0.16 0.33 170 0.89 0.36
Hex A AC 91 5E 0 10 21 AA 59 24
Octal 12 254 221 136 0 20 41 252 131 44
Binary 1010 10101100 10010001 1011110 0 10000 100001 10101010 1011001 100100

Color Harmonies of #0AAC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAC91

Black with #0AAC91

Text Example


Text Example

White with #0AAC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,172,145); }

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

background-color css

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

 a { background-color: rgb(10,172,145); }

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

border-color css

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

 span { border-color: rgb(10,172,145); }

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