#0AB79F

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

Shades of Persian Green #0AB79F

Tints of Persian Green #0AB79F

Color information

#0AB79F (or 0x0AB79F) is unknown color: approx Persian Green. HEX triplet: 0A, B7 and 9F. RGB value is (10,183,159). Sum of RGB (Red+Green+Blue) = 10+183+159=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB79F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB79F is #F54860. Grayscale: #808080. Windows color (decimal): -16074849 or 10467082. OLE color: 10467082.

HSL color Cylindrical-coordinate representation of color #0AB79F: hue angle of 171.68º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB79F is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB10183159-
CMYK0.9500.130.28
HSL171.68º89.64%37.84%-
HSV(B)171.68º94.54%71.76%-
XYZ23.3236.4338.6-
YUV128.54145.1943.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.84%
GREEN value IS 183 (71.88% from 255) = 51.99%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=2.84%
G=51.99%
B=45.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101831590.9500.130.28171.6889.6437.84
HexAB79F5F0D1Cac5a26
Octal122672371370153425413246
Binary1010101101111001111110111110110111100101011001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,183,159); }

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

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

 a { background-color: rgb(10,183,159); }

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

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

 span { border-color: rgb(10,183,159); }

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