#A2C76A

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

Shades of Olivine #A2C76A

Tints of Olivine #A2C76A

Color information

#A2C76A (or 0xA2C76A) is unknown color: approx Olivine. HEX triplet: A2, C7 and 6A. RGB value is (162,199,106). Sum of RGB (Red+Green+Blue) = 162+199+106=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C76A is #5D3895. Grayscale: #B1B1B1. Windows color (decimal): -6109334 or 6997922. OLE color: 6997922.

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

Color convert

RGB162199106-
CMYK0.1900.470.22
HSL83.87º45.37%59.8%-
HSV(B)83.87º46.73%78.04%-
XYZ37.9349.5721.2-
YUV177.3387.74117.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=34.69%
G=42.61%
B=22.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991060.1900.470.2283.8745.3759.8
HexA2C76A1302F16542d3c
Octal24230715223057261245574
Binary10100010110001111101010100110101111101101010100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C76A; }

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

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

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

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

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

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

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

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