#A0D46A

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

Shades of Olivine #A0D46A

Tints of Olivine #A0D46A

Color information

#A0D46A (or 0xA0D46A) is unknown color: approx Olivine. HEX triplet: A0, D4 and 6A. RGB value is (160,212,106). Sum of RGB (Red+Green+Blue) = 160+212+106=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D46A is #5F2B95. Grayscale: #B8B8B8. Windows color (decimal): -6237078 or 7001248. OLE color: 7001248.

HSL color Cylindrical-coordinate representation of color #A0D46A: hue angle of 89.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0D46A is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB160212106-
CMYK0.2500.50.17
HSL89.43º55.21%62.35%-
HSV(B)89.43º50%83.14%-
XYZ40.6455.622.23-
YUV184.3783.77110.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 212 (83.20% from 255) = 44.35%
BLUE value IS 106 (41.80% from 255) = 22.18%
R=33.47%
G=44.35%
B=22.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602121060.2500.50.1789.4355.2162.35
HexA0D46A190321159373e
Octal24032415231062211316776
Binary10100000110101001101010110010110010100011011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D46A; }

 p { color: rgb(160,212,106); }

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

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

 a { background-color: rgb(160,212,106); }

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

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

 span { border-color: rgb(160,212,106); }

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