Html Css Color HEX #4A950D Limeade

📋 copy color: '#4A950D'

red 74 ◦ green 149 ◦ blue 13

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

Shades of Limeade #4A950D

Tints of Limeade #4A950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 31.36%
G = 63.14%
B = 5.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#4A950D (or 0x4A950D) is known color: Limeade. HEX triplet: 4A, 95 and 0D. RGB value is (74,149,13). Sum of RGB (Red+Green+Blue) = 74+149+13=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #4A950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A950D is #B56AF2. Grayscale: #6F6F6F. Windows color (decimal): -11889395 or 890186. OLE color: 890186.

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

Color convert

RGB 74 149 13 -
CMYK 0.50 0 0.91 0.42
HSL 93.09º 0.84% 0.32% -
HSV(B) 93.09º 0.91% 0.58% -
XYZ 13.64 22.98 4.1 -
YUV 111.07 72.65 101.56 -
System Red Green Blue C M Y K H S L
Decimal 74 149 13 0.50 0 0.91 0.42 93.09 0.84 0.32
Hex 4A 95 D 32 0 5B 2A 5D 54 20
Octal 112 225 15 62 0 133 52 135 124 40
Binary 1001010 10010101 1101 110010 0 1011011 101010 1011101 1010100 100000

Color Harmonies of #4A950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A950D

Black with #4A950D

Text Example


Text Example

White with #4A950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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