#0AB79B

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

Shades of Persian Green #0AB79B

Tints of Persian Green #0AB79B

Color information

#0AB79B (or 0x0AB79B) is unknown color: approx Persian Green. HEX triplet: 0A, B7 and 9B. RGB value is (10,183,155). Sum of RGB (Red+Green+Blue) = 10+183+155=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB79B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB79B is #F54864. Grayscale: #808080. Windows color (decimal): -16074853 or 10204938. OLE color: 10204938.

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

Color convert

RGB10183155-
CMYK0.9500.150.28
HSL170.29º89.64%37.84%-
HSV(B)170.29º94.54%71.76%-
XYZ22.9836.336.81-
YUV128.08143.1943.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.87%
GREEN value IS 183 (71.88% from 255) = 52.59%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=2.87%
G=52.59%
B=44.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101831550.9500.150.28170.2989.6437.84
HexAB79B5F0F1Caa5a26
Octal122672331370173425213246
Binary1010101101111001101110111110111111100101010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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