Html Css Color HEX #0AA987 Persian Green

📋 copy color: '#0AA987'

red 10 ◦ green 169 ◦ blue 135

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

Shades of Persian Green #0AA987

Tints of Persian Green #0AA987

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.82%

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 3.18%
G = 53.82%
B = 42.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#0AA987 (or 0x0AA987) is known color: Persian Green. HEX triplet: 0A, A9 and 87. RGB value is (10,169,135). Sum of RGB (Red+Green+Blue) = 10+169+135=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA987 is #F55678. Grayscale: #757575. Windows color (decimal): -16078457 or 8890634. OLE color: 8890634.

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

Color convert

RGB 10 169 135 -
CMYK 0.94 0 0.20 0.34
HSL 167.17º 0.89% 0.35% -
HSV(B) 167.17º 0.94% 0.66% -
XYZ 18.69 30.19 27.76 -
YUV 117.58 137.82 51.26 -
System Red Green Blue C M Y K H S L
Decimal 10 169 135 0.94 0 0.20 0.34 167.17 0.89 0.35
Hex A A9 87 5E 0 14 22 A7 59 23
Octal 12 251 207 136 0 24 42 247 131 43
Binary 1010 10101001 10000111 1011110 0 10100 100010 10100111 1011001 100011

Color Harmonies of #0AA987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA987

Black with #0AA987

Text Example


Text Example

White with #0AA987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,169,135); }

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

background-color css

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

 a { background-color: rgb(10,169,135); }

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

border-color css

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

 span { border-color: rgb(10,169,135); }

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