#a2c26f

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

Shades of Olivine #A2C26F

Tints of Olivine #A2C26F

Color information

#A2C26F (or 0xA2C26F) is unknown color: approx Olivine. HEX triplet: A2, C2 and 6F. RGB value is (162,194,111). Sum of RGB (Red+Green+Blue) = 162+194+111=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C26F is #5D3D90. Grayscale: #AFAFAF. Windows color (decimal): -6110609 or 7324322. OLE color: 7324322.

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

Color convert

RGB162194111-
CMYK0.1600.430.24
HSL83.13º40.49%59.8%-
HSV(B)83.13º42.78%76.08%-
XYZ37.0647.4122.24-
YUV174.9791.9118.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=34.69%
G=41.54%
B=23.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941110.1600.430.2483.1340.4959.8
HexA2C26F1002B1853283c
Octal24230215720053301235074
Binary10100010110000101101111100000101011110001010011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2c26f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2c26f; }

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

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

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

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

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

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

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

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