#A2C27B

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

Shades of Olivine #A2C27B

Tints of Olivine #A2C27B

Color information

#A2C27B (or 0xA2C27B) is unknown color: approx Olivine. HEX triplet: A2, C2 and 7B. RGB value is (162,194,123). Sum of RGB (Red+Green+Blue) = 162+194+123=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C27B is #5D3D84. Grayscale: #B0B0B0. Windows color (decimal): -6110597 or 8110754. OLE color: 8110754.

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

Color convert

RGB162194123-
CMYK0.1600.370.24
HSL87.04º36.79%62.16%-
HSV(B)87.04º36.6%76.08%-
XYZ37.7747.725.95-
YUV176.3497.9117.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=33.82%
G=40.50%
B=25.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941230.1600.370.2487.0436.7962.16
HexA2C27B100251857253e
Octal24230217320045301274576
Binary10100010110000101111011100000100101110001010111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C27B; }

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

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

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

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

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

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

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

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