Html Css Color HEX #499A10 Limeade

📋 copy color: '#499A10'

red 73 ◦ green 154 ◦ blue 16

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

Shades of Limeade #499A10

Tints of Limeade #499A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 63.37%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 30.04%
G = 63.37%
B = 6.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#499A10 (or 0x499A10) is known color: Limeade. HEX triplet: 49, 9A and 10. RGB value is (73,154,16). Sum of RGB (Red+Green+Blue) = 73+154+16=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 154 (60.55% from 255 or 63.37% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 154 - color contains mainly: green. Hex color #499A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499A10 is #B665EF. Grayscale: #727272. Windows color (decimal): -11953648 or 1088073. OLE color: 1088073.

HSL color Cylindrical-coordinate representation of color #499A10: hue angle of 95.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #499A10 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 154 16 -
CMYK 0.53 0 0.90 0.40
HSL 95.22º 0.81% 0.33% -
HSV(B) 95.22º 0.9% 0.6% -
XYZ 14.4 24.57 4.47 -
YUV 114.05 72.66 98.72 -
System Red Green Blue C M Y K H S L
Decimal 73 154 16 0.53 0 0.90 0.40 95.22 0.81 0.33
Hex 49 9A 10 35 0 5A 28 5F 51 21
Octal 111 232 20 65 0 132 50 137 121 41
Binary 1001001 10011010 10000 110101 0 1011010 101000 1011111 1010001 100001

Color Harmonies of #499A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A10

Black with #499A10

Text Example


Text Example

White with #499A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499A10; }

 p { color: rgb(73,154,16); }

 H1.HeaderClassName
 {
   color: #499A10;
 }
 .AnyTagClassName
 {
   color: #499A10;
 }
</style>

background-color css

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

 a { background-color: rgb(73,154,16); }

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

border-color css

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

 span { border-color: rgb(73,154,16); }

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