Html Css Color HEX #0AA086 Persian Green

📋 copy color: '#0AA086'

red 10 ◦ green 160 ◦ blue 134

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

Shades of Persian Green #0AA086

Tints of Persian Green #0AA086

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.63%

 BLUE value IS 134 (52.73% from 255) = 44.08%

R = 3.29%
G = 52.63%
B = 44.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#0AA086 (or 0x0AA086) is known color: Persian Green. HEX triplet: 0A, A0 and 86. RGB value is (10,160,134). Sum of RGB (Red+Green+Blue) = 10+160+134=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA086 is #F55F79. Grayscale: #707070. Windows color (decimal): -16080762 or 8822794. OLE color: 8822794.

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

Color convert

RGB 10 160 134 -
CMYK 0.94 0 0.16 0.37
HSL 169.6º 0.88% 0.33% -
HSV(B) 169.6º 0.94% 0.63% -
XYZ 17 26.93 26.86 -
YUV 112.19 140.31 55.11 -
System Red Green Blue C M Y K H S L
Decimal 10 160 134 0.94 0 0.16 0.37 169.6 0.88 0.33
Hex A A0 86 5E 0 10 25 AA 58 21
Octal 12 240 206 136 0 20 45 252 130 41
Binary 1010 10100000 10000110 1011110 0 10000 100101 10101010 1011000 100001

Color Harmonies of #0AA086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA086

Black with #0AA086

Text Example


Text Example

White with #0AA086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,160,134); }

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

background-color css

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

 a { background-color: rgb(10,160,134); }

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

border-color css

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

 span { border-color: rgb(10,160,134); }

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