#A0C55A

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

Shades of Olivine #A0C55A

Tints of Olivine #A0C55A

Color information

#A0C55A (or 0xA0C55A) is unknown color: approx Olivine. HEX triplet: A0, C5 and 5A. RGB value is (160,197,90). Sum of RGB (Red+Green+Blue) = 160+197+90=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C55A is #5F3AA5. Grayscale: #AEAEAE. Windows color (decimal): -6240934 or 5948832. OLE color: 5948832.

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

Color convert

RGB16019790-
CMYK0.1900.540.23
HSL80.75º47.98%56.27%-
HSV(B)80.75º54.31%77.25%-
XYZ36.3148.1417.05-
YUV173.7480.74118.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 90 (35.55% from 255) = 20.13%
R=35.79%
G=44.07%
B=20.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160197900.1900.540.2380.7547.9856.27
HexA0C55A1303617513038
Octal24030513223066271216070
Binary10100000110001011011010100110110110101111010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C55A; }

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

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

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

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

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

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

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

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