#A2C277

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

Shades of Olivine #A2C277

Tints of Olivine #A2C277

Color information

#A2C277 (or 0xA2C277) is unknown color: approx Olivine. HEX triplet: A2, C2 and 77. RGB value is (162,194,119). Sum of RGB (Red+Green+Blue) = 162+194+119=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C277 is #5D3D88. Grayscale: #B0B0B0. Windows color (decimal): -6110601 or 7848610. OLE color: 7848610.

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

Color convert

RGB162194119-
CMYK0.1600.390.24
HSL85.6º38.07%61.37%-
HSV(B)85.6º38.66%76.08%-
XYZ37.5247.624.66-
YUV175.8895.9118.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=34.11%
G=40.84%
B=25.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941190.1600.390.2485.638.0761.37
HexA2C277100271856263d
Octal24230216720047301264675
Binary10100010110000101110111100000100111110001010110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C277; }

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

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

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

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

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

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

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

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