#A2C65E

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

Shades of Olivine #A2C65E

Tints of Olivine #A2C65E

Color information

#A2C65E (or 0xA2C65E) is unknown color: approx Olivine. HEX triplet: A2, C6 and 5E. RGB value is (162,198,94). Sum of RGB (Red+Green+Blue) = 162+198+94=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C65E is #5D39A1. Grayscale: #AFAFAF. Windows color (decimal): -6109602 or 6211234. OLE color: 6211234.

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

Color convert

RGB16219894-
CMYK0.1800.530.22
HSL80.77º47.71%57.25%-
HSV(B)80.77º52.53%77.65%-
XYZ37.1148.8818.07-
YUV175.3882.07118.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 198 (77.73% from 255) = 43.61%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=35.68%
G=43.61%
B=20.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162198940.1800.530.2280.7747.7157.25
HexA2C65E1203516513039
Octal24230613622065261216071
Binary10100010110001101011110100100110101101101010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C65E; }

 p { color: rgb(162,198,94); }

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

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

 a { background-color: rgb(162,198,94); }

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

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

 span { border-color: rgb(162,198,94); }

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