Html Css Color HEX #49A115 Kelly Green

📋 copy color: '#49A115'

red 73 ◦ green 161 ◦ blue 21

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

Shades of Kelly Green #49A115

Tints of Kelly Green #49A115

RGB

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

 GREEN value IS 161 (63.28% from 255) = 63.14%

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 28.63%
G = 63.14%
B = 8.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#49A115 (or 0x49A115) is known color: Kelly Green. HEX triplet: 49, A1 and 15. RGB value is (73,161,21). Sum of RGB (Red+Green+Blue) = 73+161+21=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 161 (63.28% from 255 or 63.14% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 161 - color contains mainly: green. Hex color #49A115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A115 is #B65EEA. Grayscale: #777777. Windows color (decimal): -11951851 or 1417545. OLE color: 1417545.

HSL color Cylindrical-coordinate representation of color #49A115: hue angle of 97.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49A115 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 161 21 -
CMYK 0.55 0 0.87 0.37
HSL 97.71º 0.77% 0.36% -
HSV(B) 97.71º 0.87% 0.63% -
XYZ 15.63 26.96 5.09 -
YUV 118.73 72.85 95.38 -
System Red Green Blue C M Y K H S L
Decimal 73 161 21 0.55 0 0.87 0.37 97.71 0.77 0.36
Hex 49 A1 15 37 0 57 25 62 4D 24
Octal 111 241 25 67 0 127 45 142 115 44
Binary 1001001 10100001 10101 110111 0 1010111 100101 1100010 1001101 100100

Color Harmonies of #49A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A115

Black with #49A115

Text Example


Text Example

White with #49A115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,21); }

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

background-color css

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

 a { background-color: rgb(73,161,21); }

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

border-color css

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

 span { border-color: rgb(73,161,21); }

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