Html Css Color HEX #4A910F Limeade

📋 copy color: '#4A910F'

red 74 ◦ green 145 ◦ blue 15

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

Shades of Limeade #4A910F

Tints of Limeade #4A910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.97%

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 31.62%
G = 61.97%
B = 6.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#4A910F (or 0x4A910F) is known color: Limeade. HEX triplet: 4A, 91 and 0F. RGB value is (74,145,15). Sum of RGB (Red+Green+Blue) = 74+145+15=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #4A910F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A910F is #B56EF0. Grayscale: #6D6D6D. Windows color (decimal): -11890417 or 1020234. OLE color: 1020234.

HSL color Cylindrical-coordinate representation of color #4A910F: hue angle of 92.77º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A910F is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 145 15 -
CMYK 0.49 0 0.90 0.43
HSL 92.77º 0.81% 0.31% -
HSV(B) 92.77º 0.9% 0.57% -
XYZ 13.04 21.74 3.96 -
YUV 108.95 74.98 103.07 -
System Red Green Blue C M Y K H S L
Decimal 74 145 15 0.49 0 0.90 0.43 92.77 0.81 0.31
Hex 4A 91 F 31 0 5A 2B 5D 51 1F
Octal 112 221 17 61 0 132 53 135 121 37
Binary 1001010 10010001 1111 110001 0 1011010 101011 1011101 1010001 11111

Color Harmonies of #4A910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A910F

Black with #4A910F

Text Example


Text Example

White with #4A910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,145,15); }

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

background-color css

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

 a { background-color: rgb(74,145,15); }

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

border-color css

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

 span { border-color: rgb(74,145,15); }

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