#A2CD63

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

Shades of Olivine #A2CD63

Tints of Olivine #A2CD63

Color information

#A2CD63 (or 0xA2CD63) is unknown color: approx Olivine. HEX triplet: A2, CD and 63. RGB value is (162,205,99). Sum of RGB (Red+Green+Blue) = 162+205+99=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD63 is #5D329C. Grayscale: #B4B4B4. Windows color (decimal): -6107805 or 6540706. OLE color: 6540706.

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

Color convert

RGB16220599-
CMYK0.2100.520.20
HSL84.34º51.46%59.61%-
HSV(B)84.34º51.71%80.39%-
XYZ38.9852.2419.83-
YUV180.0682.25115.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=34.76%
G=43.99%
B=21.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162205990.2100.520.2084.3451.4659.61
HexA2CD63150341454333c
Octal24231514325064241246374
Binary10100010110011011100011101010110100101001010100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD63; }

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

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

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

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

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

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

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

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