#0AB79A

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

Shades of Persian Green #0AB79A

Tints of Persian Green #0AB79A

Color information

#0AB79A (or 0x0AB79A) is unknown color: approx Persian Green. HEX triplet: 0A, B7 and 9A. RGB value is (10,183,154). Sum of RGB (Red+Green+Blue) = 10+183+154=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB79A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB79A is #F54865. Grayscale: #7F7F7F. Windows color (decimal): -16074854 or 10139402. OLE color: 10139402.

HSL color Cylindrical-coordinate representation of color #0AB79A: hue angle of 169.94º 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 #0AB79A is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB10183154-
CMYK0.9500.160.28
HSL169.94º89.64%37.84%-
HSV(B)169.94º94.54%71.76%-
XYZ22.8936.2636.37-
YUV127.97142.6943.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.88%
GREEN value IS 183 (71.88% from 255) = 52.74%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=2.88%
G=52.74%
B=44.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101831540.9500.160.28169.9489.6437.84
HexAB79A5F0101Caa5a26
Octal122672321370203425213246
Binary10101011011110011010101111101000011100101010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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