#49980A

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

Shades of Limeade #49980A

Tints of Limeade #49980A

Color information

#49980A (or 0x49980A) is unknown color: approx Limeade. HEX triplet: 49, 98 and 0A. RGB value is (73,152,10). Sum of RGB (Red+Green+Blue) = 73+152+10=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #49980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49980A is #B667F5. Grayscale: #707070. Windows color (decimal): -11954166 or 694345. OLE color: 694345.

HSL color Cylindrical-coordinate representation of color #49980A: hue angle of 93.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49980A is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB7315210-
CMYK0.5200.930.40
HSL93.38º87.65%31.76%-
HSV(B)93.38º93.42%59.61%-
XYZ14.0323.894.16-
YUV112.1970.33100.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 152 (59.77% from 255) = 64.68%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=31.06%
G=64.68%
B=4.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152100.5200.930.4093.3887.6531.76
Hex4998A3405D285d5820
Octal111230126401355013513040
Binary10010011001100010101101000101110110100010111011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49980A; }

 p { color: rgb(73,152,10); }

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

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

 a { background-color: rgb(73,152,10); }

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

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

 span { border-color: rgb(73,152,10); }

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