Html Css Color HEX #0AA388 Persian Green

📋 copy color: '#0AA388'

red 10 ◦ green 163 ◦ blue 136

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

Shades of Persian Green #0AA388

Tints of Persian Green #0AA388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.01%

R = 3.24%
G = 52.75%
B = 44.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#0AA388 (or 0x0AA388) is known color: Persian Green. HEX triplet: 0A, A3 and 88. RGB value is (10,163,136). Sum of RGB (Red+Green+Blue) = 10+163+136=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA388 is #F55C77. Grayscale: #727272. Windows color (decimal): -16079992 or 8954634. OLE color: 8954634.

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

Color convert

RGB 10 163 136 -
CMYK 0.94 0 0.17 0.36
HSL 169.41º 0.88% 0.34% -
HSV(B) 169.41º 0.94% 0.64% -
XYZ 17.67 28.04 27.77 -
YUV 114.18 140.31 53.7 -
System Red Green Blue C M Y K H S L
Decimal 10 163 136 0.94 0 0.17 0.36 169.41 0.88 0.34
Hex A A3 88 5E 0 11 24 A9 58 22
Octal 12 243 210 136 0 21 44 251 130 42
Binary 1010 10100011 10001000 1011110 0 10001 100100 10101001 1011000 100010

Color Harmonies of #0AA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA388

Black with #0AA388

Text Example


Text Example

White with #0AA388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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