Html Css Color HEX #0AAA8E Persian Green

📋 copy color: '#0AAA8E'

red 10 ◦ green 170 ◦ blue 142

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

Shades of Persian Green #0AAA8E

Tints of Persian Green #0AAA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 3.11%
G = 52.8%
B = 44.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#0AAA8E (or 0x0AAA8E) is known color: Persian Green. HEX triplet: 0A, AA and 8E. RGB value is (10,170,142). Sum of RGB (Red+Green+Blue) = 10+170+142=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA8E is #F55571. Grayscale: #767676. Windows color (decimal): -16078194 or 9349642. OLE color: 9349642.

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

Color convert

RGB 10 170 142 -
CMYK 0.94 0 0.16 0.33
HSL 169.5º 0.89% 0.35% -
HSV(B) 169.5º 0.94% 0.67% -
XYZ 19.38 30.77 30.51 -
YUV 118.97 140.99 50.28 -
System Red Green Blue C M Y K H S L
Decimal 10 170 142 0.94 0 0.16 0.33 169.5 0.89 0.35
Hex A AA 8E 5E 0 10 21 AA 59 23
Octal 12 252 216 136 0 20 41 252 131 43
Binary 1010 10101010 10001110 1011110 0 10000 100001 10101010 1011001 100011

Color Harmonies of #0AAA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA8E

Black with #0AAA8E

Text Example


Text Example

White with #0AAA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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