#A4C36E

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

Shades of Olivine #A4C36E

Tints of Olivine #A4C36E

Color information

#A4C36E (or 0xA4C36E) is unknown color: approx Olivine. HEX triplet: A4, C3 and 6E. RGB value is (164,195,110). Sum of RGB (Red+Green+Blue) = 164+195+110=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C36E is #5B3C91. Grayscale: #B0B0B0. Windows color (decimal): -5979282 or 7259044. OLE color: 7259044.

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

Color convert

RGB164195110-
CMYK0.1600.440.24
HSL81.88º41.46%59.8%-
HSV(B)81.88º43.59%76.47%-
XYZ37.6448.0522.04-
YUV176.0490.73119.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=34.97%
G=41.58%
B=23.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641951100.1600.440.2481.8841.4659.8
HexA4C36E1002C1852293c
Octal24430315620054301225174
Binary10100100110000111101110100000101100110001010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C36E; }

 p { color: rgb(164,195,110); }

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

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

 a { background-color: rgb(164,195,110); }

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

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

 span { border-color: rgb(164,195,110); }

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