#A0C576

Color #A0C576 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A0C576

Tints of Olivine #A0C576

Color information

#A0C576 (or 0xA0C576) is unknown color: approx Olivine. HEX triplet: A0, C5 and 76. RGB value is (160,197,118). Sum of RGB (Red+Green+Blue) = 160+197+118=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C576 is #5F3A89. Grayscale: #B1B1B1. Windows color (decimal): -6240906 or 7783840. OLE color: 7783840.

HSL color Cylindrical-coordinate representation of color #A0C576: hue angle of 88.1º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0C576 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB160197118-
CMYK0.1900.400.23
HSL88.1º40.51%61.76%-
HSV(B)88.1º40.1%77.25%-
XYZ37.7348.7124.55-
YUV176.9394.74115.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=33.68%
G=41.47%
B=24.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971180.1900.400.2388.140.5161.76
HexA0C576130281758293e
Octal24030516623050271305176
Binary10100000110001011110110100110101000101111011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C576; }

 p { color: rgb(160,197,118); }

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

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

 a { background-color: rgb(160,197,118); }

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

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

 span { border-color: rgb(160,197,118); }

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