#A2CD62

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

Shades of Olivine #A2CD62

Tints of Olivine #A2CD62

Color information

#A2CD62 (or 0xA2CD62) is unknown color: approx Olivine. HEX triplet: A2, CD and 62. RGB value is (162,205,98). Sum of RGB (Red+Green+Blue) = 162+205+98=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD62 is #5D329D. Grayscale: #B4B4B4. Windows color (decimal): -6107806 or 6475170. OLE color: 6475170.

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

Color convert

RGB16220598-
CMYK0.2100.520.20
HSL84.11º51.69%59.41%-
HSV(B)84.11º52.2%80.39%-
XYZ38.9452.2319.58-
YUV179.9481.75115.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 205 (80.47% from 255) = 44.09%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=34.84%
G=44.09%
B=21.08%

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
Decimal162205980.2100.520.2084.1151.6959.41
HexA2CD62150341454343b
Octal24231514225064241246473
Binary10100010110011011100010101010110100101001010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD62; }

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

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

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

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

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

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

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

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