Html Css Color HEX #0AA389 Persian Green

📋 copy color: '#0AA389'

red 10 ◦ green 163 ◦ blue 137

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

Shades of Persian Green #0AA389

Tints of Persian Green #0AA389

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.58%

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

R = 3.23%
G = 52.58%
B = 44.19%

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

#0AA389 (or 0x0AA389) is known color: Persian Green. HEX triplet: 0A, A3 and 89. RGB value is (10,163,137). Sum of RGB (Red+Green+Blue) = 10+163+137=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA389 is #F55C76. Grayscale: #727272. Windows color (decimal): -16079991 or 9020170. OLE color: 9020170.

HSL color Cylindrical-coordinate representation of color #0AA389: hue angle of 169.8º degrees, saturation: 0.88, 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 #0AA389 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 10 163 137 -
CMYK 0.94 0 0.16 0.36
HSL 169.8º 0.88% 0.34% -
HSV(B) 169.8º 0.94% 0.64% -
XYZ 17.74 28.07 28.15 -
YUV 114.29 140.81 53.61 -
System Red Green Blue C M Y K H S L
Decimal 10 163 137 0.94 0 0.16 0.36 169.8 0.88 0.34
Hex A A3 89 5E 0 10 24 AA 58 22
Octal 12 243 211 136 0 20 44 252 130 42
Binary 1010 10100011 10001001 1011110 0 10000 100100 10101010 1011000 100010

Color Harmonies of #0AA389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA389

Black with #0AA389

Text Example


Text Example

White with #0AA389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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