Html Css Color HEX #49A215 Kelly Green

📋 copy color: '#49A215'

red 73 ◦ green 162 ◦ blue 21

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

Shades of Kelly Green #49A215

Tints of Kelly Green #49A215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 63.28%

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

R = 28.52%
G = 63.28%
B = 8.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#49A215 (or 0x49A215) is known color: Kelly Green. HEX triplet: 49, A2 and 15. RGB value is (73,162,21). Sum of RGB (Red+Green+Blue) = 73+162+21=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #49A215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A215 is #B65DEA. Grayscale: #777777. Windows color (decimal): -11951595 or 1417801. OLE color: 1417801.

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

Color convert

RGB 73 162 21 -
CMYK 0.55 0 0.87 0.36
HSL 97.87º 0.77% 0.36% -
HSV(B) 97.87º 0.87% 0.64% -
XYZ 15.8 27.31 5.15 -
YUV 119.32 72.51 94.96 -
System Red Green Blue C M Y K H S L
Decimal 73 162 21 0.55 0 0.87 0.36 97.87 0.77 0.36
Hex 49 A2 15 37 0 57 24 62 4D 24
Octal 111 242 25 67 0 127 44 142 115 44
Binary 1001001 10100010 10101 110111 0 1010111 100100 1100010 1001101 100100

Color Harmonies of #49A215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A215

Black with #49A215

Text Example


Text Example

White with #49A215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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