Html Css Color HEX #0AAA89 Persian Green

📋 copy color: '#0AAA89'

red 10 ◦ green 170 ◦ blue 137

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

Shades of Persian Green #0AAA89

Tints of Persian Green #0AAA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 3.15%
G = 53.63%
B = 43.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#0AAA89 (or 0x0AAA89) is known color: Persian Green. HEX triplet: 0A, AA and 89. RGB value is (10,170,137). Sum of RGB (Red+Green+Blue) = 10+170+137=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA89 is #F55576. Grayscale: #767676. Windows color (decimal): -16078199 or 9021962. OLE color: 9021962.

HSL color Cylindrical-coordinate representation of color #0AAA89: hue angle of 167.62º 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 #0AAA89 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 170 137 -
CMYK 0.94 0 0.19 0.33
HSL 167.63º 0.89% 0.35% -
HSV(B) 167.63º 0.94% 0.67% -
XYZ 19.02 30.62 28.57 -
YUV 118.4 138.49 50.68 -
System Red Green Blue C M Y K H S L
Decimal 10 170 137 0.94 0 0.19 0.33 167.63 0.89 0.35
Hex A AA 89 5E 0 13 21 A8 59 23
Octal 12 252 211 136 0 23 41 250 131 43
Binary 1010 10101010 10001001 1011110 0 10011 100001 10101000 1011001 100011

Color Harmonies of #0AAA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA89

Black with #0AAA89

Text Example


Text Example

White with #0AAA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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