#A2C77C

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

Shades of Olivine #A2C77C

Tints of Olivine #A2C77C

Color information

#A2C77C (or 0xA2C77C) is unknown color: approx Olivine. HEX triplet: A2, C7 and 7C. RGB value is (162,199,124). Sum of RGB (Red+Green+Blue) = 162+199+124=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C77C is #5D3883. Grayscale: #B3B3B3. Windows color (decimal): -6109316 or 8177570. OLE color: 8177570.

HSL color Cylindrical-coordinate representation of color #A2C77C: hue angle of 89.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2C77C is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB162199124-
CMYK0.1900.380.22
HSL89.6º40.11%63.33%-
HSV(B)89.6º37.69%78.04%-
XYZ38.9649.9826.66-
YUV179.3996.74115.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=33.40%
G=41.03%
B=25.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991240.1900.380.2289.640.1163.33
HexA2C77C13026165a283f
Octal24230717423046261325077
Binary10100010110001111111100100110100110101101011010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C77C; }

 p { color: rgb(162,199,124); }

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

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

 a { background-color: rgb(162,199,124); }

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

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

 span { border-color: rgb(162,199,124); }

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