#A2CA79

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

Shades of Olivine #A2CA79

Tints of Olivine #A2CA79

Color information

#A2CA79 (or 0xA2CA79) is unknown color: approx Olivine. HEX triplet: A2, CA and 79. RGB value is (162,202,121). Sum of RGB (Red+Green+Blue) = 162+202+121=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA79 is #5D3586. Grayscale: #B5B5B5. Windows color (decimal): -6108551 or 7981730. OLE color: 7981730.

HSL color Cylindrical-coordinate representation of color #A2CA79: hue angle of 89.63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2CA79 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB162202121-
CMYK0.2000.400.21
HSL89.63º43.32%63.33%-
HSV(B)89.63º40.1%79.22%-
XYZ39.4751.325.91-
YUV180.8194.25114.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=33.40%
G=41.65%
B=24.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622021210.2000.400.2189.6343.3263.33
HexA2CA7914028155a2b3f
Octal24231217124050251325377
Binary10100010110010101111001101000101000101011011010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA79; }

 p { color: rgb(162,202,121); }

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

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

 a { background-color: rgb(162,202,121); }

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

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

 span { border-color: rgb(162,202,121); }

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