#A2CC71

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

Shades of Olivine #A2CC71

Tints of Olivine #A2CC71

Color information

#A2CC71 (or 0xA2CC71) is unknown color: approx Olivine. HEX triplet: A2, CC and 71. RGB value is (162,204,113). Sum of RGB (Red+Green+Blue) = 162+204+113=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC71 is #5D338E. Grayscale: #B5B5B5. Windows color (decimal): -6108047 or 7457954. OLE color: 7457954.

HSL color Cylindrical-coordinate representation of color #A2CC71: hue angle of 87.69º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2CC71 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB162204113-
CMYK0.2100.450.2
HSL87.69º47.15%62.16%-
HSV(B)87.69º44.61%80%-
XYZ39.4752.0623.59-
YUV181.0789.59114.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 204 (80.08% from 255) = 42.59%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=33.82%
G=42.59%
B=23.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041130.2100.450.287.6947.1562.16
HexA2CC711502D14582f3e
Octal24231416125055241305776
Binary10100010110011001110001101010101101101001011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC71; }

 p { color: rgb(162,204,113); }

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

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

 a { background-color: rgb(162,204,113); }

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

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

 span { border-color: rgb(162,204,113); }

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