Html Css Color HEX #4A9510 Limeade

📋 copy color: '#4A9510'

red 74 ◦ green 149 ◦ blue 16

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

Shades of Limeade #4A9510

Tints of Limeade #4A9510

RGB

 RED value IS 74 (29.3% from 255) = 30.96%

 GREEN value IS 149 (58.59% from 255) = 62.34%

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

R = 30.96%
G = 62.34%
B = 6.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#4A9510 (or 0x4A9510) is known color: Limeade. HEX triplet: 4A, 95 and 10. RGB value is (74,149,16). Sum of RGB (Red+Green+Blue) = 74+149+16=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9510 is #B56AEF. Grayscale: #6F6F6F. Windows color (decimal): -11889392 or 1086794. OLE color: 1086794.

HSL color Cylindrical-coordinate representation of color #4A9510: hue angle of 93.83º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A9510 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 149 16 -
CMYK 0.50 0 0.89 0.42
HSL 93.83º 0.81% 0.32% -
HSV(B) 93.83º 0.89% 0.58% -
XYZ 13.67 22.99 4.21 -
YUV 111.41 74.15 101.31 -
System Red Green Blue C M Y K H S L
Decimal 74 149 16 0.50 0 0.89 0.42 93.83 0.81 0.32
Hex 4A 95 10 32 0 59 2A 5E 51 20
Octal 112 225 20 62 0 131 52 136 121 40
Binary 1001010 10010101 10000 110010 0 1011001 101010 1011110 1010001 100000

Color Harmonies of #4A9510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9510

Black with #4A9510

Text Example


Text Example

White with #4A9510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,149,16); }

 H1.HeaderClassName
 {
   color: #4A9510;
 }
 .AnyTagClassName
 {
   color: #4A9510;
 }
</style>

background-color css

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

 a { background-color: rgb(74,149,16); }

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

border-color css

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

 span { border-color: rgb(74,149,16); }

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