#A2C07F

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

Shades of Olivine #A2C07F

Tints of Olivine #A2C07F

Color information

#A2C07F (or 0xA2C07F) is unknown color: approx Olivine. HEX triplet: A2, C0 and 7F. RGB value is (162,192,127). Sum of RGB (Red+Green+Blue) = 162+192+127=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C07F is #5D3F80. Grayscale: #AFAFAF. Windows color (decimal): -6111105 or 8372386. OLE color: 8372386.

HSL color Cylindrical-coordinate representation of color #A2C07F: hue angle of 87.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2C07F is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB162192127-
CMYK0.1600.340.25
HSL87.69º34.03%62.55%-
HSV(B)87.69º33.85%75.29%-
XYZ37.5846.9127.15-
YUV175.62100.56118.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 127 (50% from 255) = 26.40%
R=33.68%
G=39.92%
B=26.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921270.1600.340.2587.6934.0362.55
HexA2C07F100221958223f
Octal24230017720042311304277
Binary10100010110000001111111100000100010110011011000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C07F; }

 p { color: rgb(162,192,127); }

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

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

 a { background-color: rgb(162,192,127); }

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

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

 span { border-color: rgb(162,192,127); }

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