Html Css Color HEX #49990A Limeade

📋 copy color: '#49990A'

red 73 ◦ green 153 ◦ blue 10

#49990A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #49990A

Tints of Limeade #49990A

RGB

 RED value IS 73 (28.91% from 255) = 30.93%

 GREEN value IS 153 (60.16% from 255) = 64.83%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 30.93%
G = 64.83%
B = 4.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#49990A (or 0x49990A) is known color: Limeade. HEX triplet: 49, 99 and 0A. RGB value is (73,153,10). Sum of RGB (Red+Green+Blue) = 73+153+10=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #49990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49990A is #B666F5. Grayscale: #717171. Windows color (decimal): -11953910 or 694601. OLE color: 694601.

HSL color Cylindrical-coordinate representation of color #49990A: hue angle of 93.57º 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 #49990A is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 10 -
CMYK 0.52 0 0.93 0.4
HSL 93.57º 0.88% 0.32% -
HSV(B) 93.57º 0.93% 0.6% -
XYZ 14.19 24.22 4.21 -
YUV 112.78 70 99.63 -
System Red Green Blue C M Y K H S L
Decimal 73 153 10 0.52 0 0.93 0.4 93.57 0.88 0.32
Hex 49 99 A 34 0 5D 28 5E 58 20
Octal 111 231 12 64 0 135 50 136 130 40
Binary 1001001 10011001 1010 110100 0 1011101 101000 1011110 1011000 100000

Color Harmonies of #49990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49990A

Black with #49990A

Text Example


Text Example

White with #49990A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49990A;
 }
 .AnyTagClassName
 {
   color: #49990A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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