#0AA79C

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

Shades of Persian Green #0AA79C

Tints of Persian Green #0AA79C

Color information

#0AA79C (or 0x0AA79C) is unknown color: approx Persian Green. HEX triplet: 0A, A7 and 9C. RGB value is (10,167,156). Sum of RGB (Red+Green+Blue) = 10+167+156=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA79C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA79C is #F55863. Grayscale: #767676. Windows color (decimal): -16078948 or 10266378. OLE color: 10266378.

HSL color Cylindrical-coordinate representation of color #0AA79C: hue angle of 175.8º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA79C is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB10167156-
CMYK0.9400.070.35
HSL175.8º88.7%34.71%-
HSV(B)175.8º94.01%65.49%-
XYZ19.9430.136.21-
YUV118.8148.9950.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.00%
GREEN value IS 167 (65.62% from 255) = 50.15%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=3.00%
G=50.15%
B=46.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101671560.9400.070.35175.888.734.71
HexAA79C5E0723b05923
Octal12247234136074326013143
Binary1010101001111001110010111100111100011101100001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,167,156); }

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

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

 a { background-color: rgb(10,167,156); }

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

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

 span { border-color: rgb(10,167,156); }

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