#A4C55E

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

Shades of Olivine #A4C55E

Tints of Olivine #A4C55E

Color information

#A4C55E (or 0xA4C55E) is unknown color: approx Olivine. HEX triplet: A4, C5 and 5E. RGB value is (164,197,94). Sum of RGB (Red+Green+Blue) = 164+197+94=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C55E is #5B3AA1. Grayscale: #AFAFAF. Windows color (decimal): -5978786 or 6210980. OLE color: 6210980.

HSL color Cylindrical-coordinate representation of color #A4C55E: hue angle of 79.22º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4C55E is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB16419794-
CMYK0.1700.520.23
HSL79.22º47.03%57.06%-
HSV(B)79.22º52.28%77.25%-
XYZ37.348.6318.01-
YUV175.3982.07119.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=36.04%
G=43.30%
B=20.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164197940.1700.520.2379.2247.0357.06
HexA4C55E11034174f2f39
Octal24430513621064271175771
Binary10100100110001011011110100010110100101111001111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C55E; }

 p { color: rgb(164,197,94); }

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

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

 a { background-color: rgb(164,197,94); }

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

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

 span { border-color: rgb(164,197,94); }

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