#a0cd6c

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

Shades of Olivine #A0CD6C

Tints of Olivine #A0CD6C

Color information

#A0CD6C (or 0xA0CD6C) is unknown color: approx Olivine. HEX triplet: A0, CD and 6C. RGB value is (160,205,108). Sum of RGB (Red+Green+Blue) = 160+205+108=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD6C is #5F3293. Grayscale: #B4B4B4. Windows color (decimal): -6238868 or 7130528. OLE color: 7130528.

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

Color convert

RGB160205108-
CMYK0.2200.470.20
HSL87.84º49.24%61.37%-
HSV(B)87.84º47.32%80.39%-
XYZ39.0452.2222.21-
YUV180.4987.09113.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 108 (42.58% from 255) = 22.83%
R=33.83%
G=43.34%
B=22.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051080.2200.470.2087.8449.2461.37
HexA0CD6C1602F1458313d
Octal24031515426057241306175
Binary10100000110011011101100101100101111101001011000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0cd6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0cd6c; }

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

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

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

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

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

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

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

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