#A2C265

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

Shades of Olivine #A2C265

Tints of Olivine #A2C265

Color information

#A2C265 (or 0xA2C265) is unknown color: approx Olivine. HEX triplet: A2, C2 and 65. RGB value is (162,194,101). Sum of RGB (Red+Green+Blue) = 162+194+101=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C265 is #5D3D9A. Grayscale: #AEAEAE. Windows color (decimal): -6110619 or 6668962. OLE color: 6668962.

HSL color Cylindrical-coordinate representation of color #A2C265: hue angle of 80.65º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2C265 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB162194101-
CMYK0.1600.480.24
HSL80.65º43.26%57.84%-
HSV(B)80.65º47.94%76.08%-
XYZ36.5447.219.5-
YUV173.8386.9119.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 194 (76.17% from 255) = 42.45%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=35.45%
G=42.45%
B=22.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941010.1600.480.2480.6543.2657.84
HexA2C2651003018512b3a
Octal24230214520060301215372
Binary10100010110000101100101100000110000110001010001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C265; }

 p { color: rgb(162,194,101); }

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

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

 a { background-color: rgb(162,194,101); }

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

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

 span { border-color: rgb(162,194,101); }

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