#4A990E

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

Shades of Limeade #4A990E

Tints of Limeade #4A990E

Color information

#4A990E (or 0x4A990E) is unknown color: approx Limeade. HEX triplet: 4A, 99 and 0E. RGB value is (74,153,14). Sum of RGB (Red+Green+Blue) = 74+153+14=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #4A990E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A990E is #B566F1. Grayscale: #727272. Windows color (decimal): -11888370 or 956746. OLE color: 956746.

HSL color Cylindrical-coordinate representation of color #4A990E: hue angle of 94.1º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A990E is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB7415314-
CMYK0.5200.910.4
HSL94.1º83.23%32.75%-
HSV(B)94.1º90.85%60%-
XYZ14.2924.274.35-
YUV113.5371.8399.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.71%
GREEN value IS 153 (60.16% from 255) = 63.49%
BLUE value IS 14 (5.86% from 255) = 5.81%
R=30.71%
G=63.49%
B=5.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal74153140.5200.910.494.183.2332.75
Hex4A99E3405B285e5321
Octal112231166401335013612341
Binary10010101001100111101101000101101110100010111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,153,14); }

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

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

 a { background-color: rgb(74,153,14); }

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

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

 span { border-color: rgb(74,153,14); }

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