#A2D46A

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

Shades of Olivine #A2D46A

Tints of Olivine #A2D46A

Color information

#A2D46A (or 0xA2D46A) is unknown color: approx Olivine. HEX triplet: A2, D4 and 6A. RGB value is (162,212,106). Sum of RGB (Red+Green+Blue) = 162+212+106=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D46A is #5D2B95. Grayscale: #B9B9B9. Windows color (decimal): -6106006 or 7001250. OLE color: 7001250.

HSL color Cylindrical-coordinate representation of color #A2D46A: hue angle of 88.3º 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 #A2D46A is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB162212106-
CMYK0.2400.50.17
HSL88.3º55.21%62.35%-
HSV(B)88.3º50%83.14%-
XYZ41.0555.8122.24-
YUV184.9783.44111.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 212 (83.20% from 255) = 44.17%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=33.75%
G=44.17%
B=22.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622121060.2400.50.1788.355.2162.35
HexA2D46A180321158373e
Octal24232415230062211306776
Binary10100010110101001101010110000110010100011011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D46A; }

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

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

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

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

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

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

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

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