Html Css Color HEX #0AAB8E Persian Green

📋 copy color: '#0AAB8E'

red 10 ◦ green 171 ◦ blue 142

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

Shades of Persian Green #0AAB8E

Tints of Persian Green #0AAB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.94%

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

R = 3.1%
G = 52.94%
B = 43.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#0AAB8E (or 0x0AAB8E) is known color: Persian Green. HEX triplet: 0A, AB and 8E. RGB value is (10,171,142). Sum of RGB (Red+Green+Blue) = 10+171+142=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAB8E is #F55471. Grayscale: #777777. Windows color (decimal): -16077938 or 9349898. OLE color: 9349898.

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

Color convert

RGB 10 171 142 -
CMYK 0.94 0 0.17 0.33
HSL 169.19º 0.89% 0.35% -
HSV(B) 169.19º 0.94% 0.67% -
XYZ 19.57 31.14 30.57 -
YUV 119.56 140.66 49.86 -
System Red Green Blue C M Y K H S L
Decimal 10 171 142 0.94 0 0.17 0.33 169.19 0.89 0.35
Hex A AB 8E 5E 0 11 21 A9 59 23
Octal 12 253 216 136 0 21 41 251 131 43
Binary 1010 10101011 10001110 1011110 0 10001 100001 10101001 1011001 100011

Color Harmonies of #0AAB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAB8E

Black with #0AAB8E

Text Example


Text Example

White with #0AAB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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