#A2D06C

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

Shades of Olivine #A2D06C

Tints of Olivine #A2D06C

Color information

#A2D06C (or 0xA2D06C) is unknown color: approx Olivine. HEX triplet: A2, D0 and 6C. RGB value is (162,208,108). Sum of RGB (Red+Green+Blue) = 162+208+108=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D06C is #5D2F93. Grayscale: #B7B7B7. Windows color (decimal): -6107028 or 7131298. OLE color: 7131298.

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

Color convert

RGB162208108-
CMYK0.2200.480.18
HSL87.6º51.55%61.96%-
HSV(B)87.6º48.08%81.57%-
XYZ40.1653.8822.47-
YUV182.8585.76113.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 208 (81.64% from 255) = 43.51%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=33.89%
G=43.51%
B=22.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622081080.2200.480.1887.651.5561.96
HexA2D06C160301258343e
Octal24232015426060221306476
Binary10100010110100001101100101100110000100101011000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D06C; }

 p { color: rgb(162,208,108); }

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

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

 a { background-color: rgb(162,208,108); }

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

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

 span { border-color: rgb(162,208,108); }

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