#A0C56E

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

Shades of Olivine #A0C56E

Tints of Olivine #A0C56E

Color information

#A0C56E (or 0xA0C56E) is unknown color: approx Olivine. HEX triplet: A0, C5 and 6E. RGB value is (160,197,110). Sum of RGB (Red+Green+Blue) = 160+197+110=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C56E is #5F3A91. Grayscale: #B0B0B0. Windows color (decimal): -6240914 or 7259552. OLE color: 7259552.

HSL color Cylindrical-coordinate representation of color #A0C56E: hue angle of 85.52º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0C56E is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB160197110-
CMYK0.1900.440.23
HSL85.52º42.86%60.2%-
HSV(B)85.52º44.16%77.25%-
XYZ37.2848.5322.15-
YUV176.0290.74116.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=34.26%
G=42.18%
B=23.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971100.1900.440.2385.5242.8660.2
HexA0C56E1302C17562b3c
Octal24030515623054271265374
Binary10100000110001011101110100110101100101111010110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C56E; }

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

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

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

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

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

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

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

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