#A2CD6D

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

Shades of Olivine #A2CD6D

Tints of Olivine #A2CD6D

Color information

#A2CD6D (or 0xA2CD6D) is unknown color: approx Olivine. HEX triplet: A2, CD and 6D. RGB value is (162,205,109). Sum of RGB (Red+Green+Blue) = 162+205+109=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD6D is #5D3292. Grayscale: #B5B5B5. Windows color (decimal): -6107795 or 7196066. OLE color: 7196066.

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

Color convert

RGB162205109-
CMYK0.2100.470.20
HSL86.88º48.98%61.57%-
HSV(B)86.88º46.83%80.39%-
XYZ39.4952.4522.51-
YUV181.287.25114.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=34.03%
G=43.07%
B=22.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051090.2100.470.2086.8848.9861.57
HexA2CD6D1502F1457313e
Octal24231515525057241276176
Binary10100010110011011101101101010101111101001010111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD6D; }

 p { color: rgb(162,205,109); }

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

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

 a { background-color: rgb(162,205,109); }

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

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

 span { border-color: rgb(162,205,109); }

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