#A2CE63

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

Shades of Olivine #A2CE63

Tints of Olivine #A2CE63

Color information

#A2CE63 (or 0xA2CE63) is unknown color: approx Olivine. HEX triplet: A2, CE and 63. RGB value is (162,206,99). Sum of RGB (Red+Green+Blue) = 162+206+99=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE63 is #5D319C. Grayscale: #B5B5B5. Windows color (decimal): -6107549 or 6540962. OLE color: 6540962.

HSL color Cylindrical-coordinate representation of color #A2CE63: hue angle of 84.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2CE63 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB16220699-
CMYK0.2100.520.19
HSL84.67º52.2%59.8%-
HSV(B)84.67º51.94%80.78%-
XYZ39.2252.7219.91-
YUV180.6581.92114.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=34.69%
G=44.11%
B=21.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162206990.2100.520.1984.6752.259.8
HexA2CE63150341355343c
Octal24231614325064231256474
Binary10100010110011101100011101010110100100111010101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE63; }

 p { color: rgb(162,206,99); }

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

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

 a { background-color: rgb(162,206,99); }

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

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

 span { border-color: rgb(162,206,99); }

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