#A0CD6F

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

Shades of Olivine #A0CD6F

Tints of Olivine #A0CD6F

Color information

#A0CD6F (or 0xA0CD6F) is unknown color: approx Olivine. HEX triplet: A0, CD and 6F. RGB value is (160,205,111). Sum of RGB (Red+Green+Blue) = 160+205+111=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD6F is #5F3290. Grayscale: #B5B5B5. Windows color (decimal): -6238865 or 7327136. OLE color: 7327136.

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

Color convert

RGB160205111-
CMYK0.2200.460.20
HSL88.72º48.45%61.96%-
HSV(B)88.72º45.85%80.39%-
XYZ39.252.2823.06-
YUV180.8388.59113.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=33.61%
G=43.07%
B=23.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051110.2200.460.2088.7248.4561.96
HexA0CD6F1602E1459303e
Octal24031515726056241316076
Binary10100000110011011101111101100101110101001011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD6F; }

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

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

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

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

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

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

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

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