#A2CA6E

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

Shades of Olivine #A2CA6E

Tints of Olivine #A2CA6E

Color information

#A2CA6E (or 0xA2CA6E) is unknown color: approx Olivine. HEX triplet: A2, CA and 6E. RGB value is (162,202,110). Sum of RGB (Red+Green+Blue) = 162+202+110=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA6E is #5D3591. Grayscale: #B3B3B3. Windows color (decimal): -6108562 or 7260834. OLE color: 7260834.

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

Color convert

RGB162202110-
CMYK0.2000.460.21
HSL86.09º46.46%61.18%-
HSV(B)86.09º45.54%79.22%-
XYZ38.8451.0522.56-
YUV179.5588.75115.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=34.18%
G=42.62%
B=23.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622021100.2000.460.2186.0946.4661.18
HexA2CA6E1402E15562e3d
Octal24231215624056251265675
Binary10100010110010101101110101000101110101011010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA6E; }

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

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

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

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

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

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

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

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