#A0C45F

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

Shades of Olivine #A0C45F

Tints of Olivine #A0C45F

Color information

#A0C45F (or 0xA0C45F) is unknown color: approx Olivine. HEX triplet: A0, C4 and 5F. RGB value is (160,196,95). Sum of RGB (Red+Green+Blue) = 160+196+95=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C45F is #5F3BA0. Grayscale: #AEAEAE. Windows color (decimal): -6241185 or 6276256. OLE color: 6276256.

HSL color Cylindrical-coordinate representation of color #A0C45F: hue angle of 81.39º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0C45F is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB16019695-
CMYK0.1800.520.23
HSL81.39º46.12%57.06%-
HSV(B)81.39º51.53%76.86%-
XYZ36.347.7818.14-
YUV173.7283.57118.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 95 (37.5% from 255) = 21.06%
R=35.48%
G=43.46%
B=21.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160196950.1800.520.2381.3946.1257.06
HexA0C45F1203417512e39
Octal24030413722064271215671
Binary10100000110001001011111100100110100101111010001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C45F; }

 p { color: rgb(160,196,95); }

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

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

 a { background-color: rgb(160,196,95); }

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

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

 span { border-color: rgb(160,196,95); }

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