#A2C27E

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

Shades of Olivine #A2C27E

Tints of Olivine #A2C27E

Color information

#A2C27E (or 0xA2C27E) is unknown color: approx Olivine. HEX triplet: A2, C2 and 7E. RGB value is (162,194,126). Sum of RGB (Red+Green+Blue) = 162+194+126=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C27E is #5D3D81. Grayscale: #B0B0B0. Windows color (decimal): -6110594 or 8307362. OLE color: 8307362.

HSL color Cylindrical-coordinate representation of color #A2C27E: hue angle of 88.24º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C27E is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB162194126-
CMYK0.1600.350.24
HSL88.24º35.79%62.75%-
HSV(B)88.24º35.05%76.08%-
XYZ37.9647.7726.96-
YUV176.6899.4117.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=33.61%
G=40.25%
B=26.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941260.1600.350.2488.2435.7962.75
HexA2C27E100231858243f
Octal24230217620043301304477
Binary10100010110000101111110100000100011110001011000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C27E; }

 p { color: rgb(162,194,126); }

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

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

 a { background-color: rgb(162,194,126); }

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

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

 span { border-color: rgb(162,194,126); }

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