Html Css Color HEX #49A017 Kelly Green

📋 copy color: '#49A017'

red 73 ◦ green 160 ◦ blue 23

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

Shades of Kelly Green #49A017

Tints of Kelly Green #49A017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.5%

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 28.52%
G = 62.5%
B = 8.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#49A017 (or 0x49A017) is known color: Kelly Green. HEX triplet: 49, A0 and 17. RGB value is (73,160,23). Sum of RGB (Red+Green+Blue) = 73+160+23=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 160 (62.89% from 255 or 62.5% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 160 - color contains mainly: green. Hex color #49A017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A017 is #B65FE8. Grayscale: #767676. Windows color (decimal): -11952105 or 1548361. OLE color: 1548361.

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

Color convert

RGB 73 160 23 -
CMYK 0.54 0 0.86 0.37
HSL 98.1º 0.75% 0.36% -
HSV(B) 98.1º 0.86% 0.63% -
XYZ 15.47 26.62 5.13 -
YUV 118.37 74.18 95.64 -
System Red Green Blue C M Y K H S L
Decimal 73 160 23 0.54 0 0.86 0.37 98.1 0.75 0.36
Hex 49 A0 17 36 0 56 25 62 4B 24
Octal 111 240 27 66 0 126 45 142 113 44
Binary 1001001 10100000 10111 110110 0 1010110 100101 1100010 1001011 100100

Color Harmonies of #49A017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A017

Black with #49A017

Text Example


Text Example

White with #49A017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,160,23); }

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

background-color css

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

 a { background-color: rgb(73,160,23); }

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

border-color css

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

 span { border-color: rgb(73,160,23); }

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