Html Css Color HEX #0AAA86 Persian Green

📋 copy color: '#0AAA86'

red 10 ◦ green 170 ◦ blue 134

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

Shades of Persian Green #0AAA86

Tints of Persian Green #0AAA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.68%

R = 3.18%
G = 54.14%
B = 42.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#0AAA86 (or 0x0AAA86) is known color: Persian Green. HEX triplet: 0A, AA and 86. RGB value is (10,170,134). Sum of RGB (Red+Green+Blue) = 10+170+134=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA86 is #F55579. Grayscale: #767676. Windows color (decimal): -16078202 or 8825354. OLE color: 8825354.

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

Color convert

RGB 10 170 134 -
CMYK 0.94 0 0.21 0.33
HSL 166.5º 0.89% 0.35% -
HSV(B) 166.5º 0.94% 0.67% -
XYZ 18.8 30.54 27.46 -
YUV 118.06 136.99 50.93 -
System Red Green Blue C M Y K H S L
Decimal 10 170 134 0.94 0 0.21 0.33 166.5 0.89 0.35
Hex A AA 86 5E 0 15 21 A6 59 23
Octal 12 252 206 136 0 25 41 246 131 43
Binary 1010 10101010 10000110 1011110 0 10101 100001 10100110 1011001 100011

Color Harmonies of #0AAA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA86

Black with #0AAA86

Text Example


Text Example

White with #0AAA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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