#A2C775

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

Shades of Olivine #A2C775

Tints of Olivine #A2C775

Color information

#A2C775 (or 0xA2C775) is unknown color: approx Olivine. HEX triplet: A2, C7 and 75. RGB value is (162,199,117). Sum of RGB (Red+Green+Blue) = 162+199+117=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C775 is #5D388A. Grayscale: #B2B2B2. Windows color (decimal): -6109323 or 7718818. OLE color: 7718818.

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

Color convert

RGB162199117-
CMYK0.1900.410.22
HSL87.07º42.27%61.96%-
HSV(B)87.07º41.21%78.04%-
XYZ38.5349.8124.41-
YUV178.5993.24116.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=33.89%
G=41.63%
B=24.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991170.1900.410.2287.0742.2761.96
HexA2C7751302916572a3e
Octal24230716523051261275276
Binary10100010110001111110101100110101001101101010111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C775; }

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

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

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

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

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

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

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

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