Html Css Color HEX #0AA489 Persian Green

📋 copy color: '#0AA489'

red 10 ◦ green 164 ◦ blue 137

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

Shades of Persian Green #0AA489

Tints of Persian Green #0AA489

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.73%

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

R = 3.22%
G = 52.73%
B = 44.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#0AA489 (or 0x0AA489) is known color: Persian Green. HEX triplet: 0A, A4 and 89. RGB value is (10,164,137). Sum of RGB (Red+Green+Blue) = 10+164+137=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA489 is #F55B76. Grayscale: #727272. Windows color (decimal): -16079735 or 9020426. OLE color: 9020426.

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

Color convert

RGB 10 164 137 -
CMYK 0.94 0 0.16 0.36
HSL 169.48º 0.89% 0.34% -
HSV(B) 169.48º 0.94% 0.64% -
XYZ 17.92 28.42 28.21 -
YUV 114.88 140.48 53.2 -
System Red Green Blue C M Y K H S L
Decimal 10 164 137 0.94 0 0.16 0.36 169.48 0.89 0.34
Hex A A4 89 5E 0 10 24 A9 59 22
Octal 12 244 211 136 0 20 44 251 131 42
Binary 1010 10100100 10001001 1011110 0 10000 100100 10101001 1011001 100010

Color Harmonies of #0AA489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA489

Black with #0AA489

Text Example


Text Example

White with #0AA489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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