#A0CD60

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

Shades of Olivine #A0CD60

Tints of Olivine #A0CD60

Color information

#A0CD60 (or 0xA0CD60) is unknown color: approx Olivine. HEX triplet: A0, CD and 60. RGB value is (160,205,96). Sum of RGB (Red+Green+Blue) = 160+205+96=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD60 is #5F329F. Grayscale: #B3B3B3. Windows color (decimal): -6238880 or 6344096. OLE color: 6344096.

HSL color Cylindrical-coordinate representation of color #A0CD60: hue angle of 84.77º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0CD60 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB16020596-
CMYK0.2200.530.20
HSL84.77º52.15%59.02%-
HSV(B)84.77º53.17%80.39%-
XYZ38.4451.9819.07-
YUV179.1281.09114.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 205 (80.47% from 255) = 44.47%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=34.71%
G=44.47%
B=20.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160205960.2200.530.2084.7752.1559.02
HexA0CD60160351455343b
Octal24031514026065241256473
Binary10100000110011011100000101100110101101001010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD60; }

 p { color: rgb(160,205,96); }

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

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

 a { background-color: rgb(160,205,96); }

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

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

 span { border-color: rgb(160,205,96); }

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