#4E960A

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

Shades of Limeade #4E960A

Tints of Limeade #4E960A

Color information

#4E960A (or 0x4E960A) is unknown color: approx Limeade. HEX triplet: 4E, 96 and 0A. RGB value is (78,150,10). Sum of RGB (Red+Green+Blue) = 78+150+10=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #4E960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E960A is #B169F5. Grayscale: #717171. Windows color (decimal): -11626998 or 693838. OLE color: 693838.

HSL color Cylindrical-coordinate representation of color #4E960A: hue angle of 90.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E960A is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB7815010-
CMYK0.4800.930.41
HSL90.86º87.5%31.37%-
HSV(B)90.86º93.33%58.82%-
XYZ14.123.454.07-
YUV112.5170.15103.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.77%
GREEN value IS 150 (58.98% from 255) = 63.03%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=32.77%
G=63.03%
B=4.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78150100.4800.930.4190.8687.531.37
Hex4E96A3005D295b581f
Octal116226126001355113313037
Binary1001110100101101010110000010111011010011011011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E960A; }

 p { color: rgb(78,150,10); }

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

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

 a { background-color: rgb(78,150,10); }

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

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

 span { border-color: rgb(78,150,10); }

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