#A2C35D

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

Shades of Olivine #A2C35D

Tints of Olivine #A2C35D

Color information

#A2C35D (or 0xA2C35D) is unknown color: approx Olivine. HEX triplet: A2, C3 and 5D. RGB value is (162,195,93). Sum of RGB (Red+Green+Blue) = 162+195+93=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C35D is #5D3CA2. Grayscale: #ADADAD. Windows color (decimal): -6110371 or 6144930. OLE color: 6144930.

HSL color Cylindrical-coordinate representation of color #A2C35D: hue angle of 79.41º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2C35D is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB16219593-
CMYK0.1700.520.24
HSL79.41º45.95%56.47%-
HSV(B)79.41º52.31%76.47%-
XYZ36.3947.517.61-
YUV173.582.57119.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 195 (76.56% from 255) = 43.33%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=36%
G=43.33%
B=20.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162195930.1700.520.2479.4145.9556.47
HexA2C35D11034184f2e38
Octal24230313521064301175670
Binary10100010110000111011101100010110100110001001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C35D; }

 p { color: rgb(162,195,93); }

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

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

 a { background-color: rgb(162,195,93); }

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

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

 span { border-color: rgb(162,195,93); }

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