#0aa78c

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

Shades of Persian Green #0AA78C

Tints of Persian Green #0AA78C

Color information

#0AA78C (or 0x0AA78C) is unknown color: approx Persian Green. HEX triplet: 0A, A7 and 8C. RGB value is (10,167,140). Sum of RGB (Red+Green+Blue) = 10+167+140=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA78C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA78C is #F55873. Grayscale: #747474. Windows color (decimal): -16078964 or 9217802. OLE color: 9217802.

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

Color convert

RGB10167140-
CMYK0.9400.160.35
HSL169.68º88.7%34.71%-
HSV(B)169.68º94.01%65.49%-
XYZ18.6829.629.54-
YUV116.98140.9951.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.15%
GREEN value IS 167 (65.62% from 255) = 52.68%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=3.15%
G=52.68%
B=44.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101671400.9400.160.35169.6888.734.71
HexAA78C5E01023aa5923
Octal122472141360204325213143
Binary101010100111100011001011110010000100011101010101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0aa78c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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