#A0C159

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

Shades of Olivine #A0C159

Tints of Olivine #A0C159

Color information

#A0C159 (or 0xA0C159) is unknown color: approx Olivine. HEX triplet: A0, C1 and 59. RGB value is (160,193,89). Sum of RGB (Red+Green+Blue) = 160+193+89=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C159 is #5F3EA6. Grayscale: #ABABAB. Windows color (decimal): -6241959 or 5882272. OLE color: 5882272.

HSL color Cylindrical-coordinate representation of color #A0C159: hue angle of 79.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0C159 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB16019389-
CMYK0.1700.540.24
HSL79.04º45.61%55.29%-
HSV(B)79.04º53.89%75.69%-
XYZ35.3746.3316.53-
YUV171.2881.57119.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 193 (75.78% from 255) = 43.67%
BLUE value IS 89 (35.16% from 255) = 20.14%
R=36.20%
G=43.67%
B=20.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160193890.1700.540.2479.0445.6155.29
HexA0C15911036184f2e37
Octal24030113121066301175667
Binary10100000110000011011001100010110110110001001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C159; }

 p { color: rgb(160,193,89); }

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

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

 a { background-color: rgb(160,193,89); }

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

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

 span { border-color: rgb(160,193,89); }

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