#A2C27A

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

Shades of Olivine #A2C27A

Tints of Olivine #A2C27A

Color information

#A2C27A (or 0xA2C27A) is unknown color: approx Olivine. HEX triplet: A2, C2 and 7A. RGB value is (162,194,122). Sum of RGB (Red+Green+Blue) = 162+194+122=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C27A is #5D3D85. Grayscale: #B0B0B0. Windows color (decimal): -6110598 or 8045218. OLE color: 8045218.

HSL color Cylindrical-coordinate representation of color #A2C27A: hue angle of 86.67º 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 #A2C27A is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB162194122-
CMYK0.1600.370.24
HSL86.67º37.11%61.96%-
HSV(B)86.67º37.11%76.08%-
XYZ37.747.6725.63-
YUV176.2297.4117.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=33.89%
G=40.59%
B=25.52%

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
Decimal1621941220.1600.370.2486.6737.1161.96
HexA2C27A100251857253e
Octal24230217220045301274576
Binary10100010110000101111010100000100101110001010111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C27A; }

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

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

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

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

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

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

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

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