#0ab29e

Color #0AB29E Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0AB29E

Tints of Persian Green #0AB29E

Color information

#0AB29E (or 0x0AB29E) is unknown color: approx Persian Green. HEX triplet: 0A, B2 and 9E. RGB value is (10,178,158). Sum of RGB (Red+Green+Blue) = 10+178+158=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB29E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB29E is #F54D61. Grayscale: #7D7D7D. Windows color (decimal): -16076130 or 10400266. OLE color: 10400266.

HSL color Cylindrical-coordinate representation of color #0AB29E: hue angle of 172.86º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB29E is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB10178158-
CMYK0.9400.110.30
HSL172.86º89.36%36.86%-
HSV(B)172.86º94.38%69.8%-
XYZ22.2234.3737.81-
YUV125.49146.3445.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.89%
GREEN value IS 178 (69.92% from 255) = 51.45%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=2.89%
G=51.45%
B=45.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101781580.9400.110.30172.8689.3636.86
HexAB29E5E0B1Ead5925
Octal122622361360133625513145
Binary1010101100101001111010111100101111110101011011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ab29e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,178,158); }

 H1.HeaderClassName
 {
   color: #0ab29e;
 }
 .AnyTagClassName
 {
   color: #0ab29e;
 }
</style>
background-color css

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

 a { background-color: rgb(10,178,158); }

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

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

 span { border-color: rgb(10,178,158); }

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