Html Css Color HEX #49A40F Kelly Green

📋 copy color: '#49A40F'

red 73 ◦ green 164 ◦ blue 15

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

Shades of Kelly Green #49A40F

Tints of Kelly Green #49A40F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 65.08%

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

R = 28.97%
G = 65.08%
B = 5.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#49A40F (or 0x49A40F) is known color: Kelly Green. HEX triplet: 49, A4 and 0F. RGB value is (73,164,15). Sum of RGB (Red+Green+Blue) = 73+164+15=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 164 (64.45% from 255 or 65.08% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 164 - color contains mainly: green. Hex color #49A40F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A40F is #B65BF0. Grayscale: #787878. Windows color (decimal): -11951089 or 1025097. OLE color: 1025097.

HSL color Cylindrical-coordinate representation of color #49A40F: hue angle of 96.64º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49A40F is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 164 15 -
CMYK 0.55 0 0.91 0.36
HSL 96.64º 0.83% 0.35% -
HSV(B) 96.64º 0.91% 0.64% -
XYZ 16.11 28 5.01 -
YUV 119.81 68.85 94.62 -
System Red Green Blue C M Y K H S L
Decimal 73 164 15 0.55 0 0.91 0.36 96.64 0.83 0.35
Hex 49 A4 F 37 0 5B 24 61 53 23
Octal 111 244 17 67 0 133 44 141 123 43
Binary 1001001 10100100 1111 110111 0 1011011 100100 1100001 1010011 100011

Color Harmonies of #49A40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A40F

Black with #49A40F

Text Example


Text Example

White with #49A40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A40F; }

 p { color: rgb(73,164,15); }

 H1.HeaderClassName
 {
   color: #49A40F;
 }
 .AnyTagClassName
 {
   color: #49A40F;
 }
</style>

background-color css

<style>
 a { background-color: #49A40F; }

 a { background-color: rgb(73,164,15); }

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

border-color css

<style>
 span { border-color: #49A40F; }

 span { border-color: rgb(73,164,15); }

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