Html Css Color HEX #49AC1C Kelly Green

📋 copy color: '#49AC1C'

red 73 ◦ green 172 ◦ blue 28

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

Shades of Kelly Green #49AC1C

Tints of Kelly Green #49AC1C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 63%

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 26.74%
G = 63%
B = 10.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#49AC1C (or 0x49AC1C) is known color: Kelly Green. HEX triplet: 49, AC and 1C. RGB value is (73,172,28). Sum of RGB (Red+Green+Blue) = 73+172+28=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC1C is #B653E3. Grayscale: #7E7E7E. Windows color (decimal): -11949028 or 1879113. OLE color: 1879113.

HSL color Cylindrical-coordinate representation of color #49AC1C: hue angle of 101.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49AC1C is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 172 28 -
CMYK 0.58 0 0.84 0.33
HSL 101.25º 0.72% 0.39% -
HSV(B) 101.25º 0.84% 0.67% -
XYZ 17.71 31.01 6.15 -
YUV 125.98 72.7 90.21 -
System Red Green Blue C M Y K H S L
Decimal 73 172 28 0.58 0 0.84 0.33 101.25 0.72 0.39
Hex 49 AC 1C 3A 0 54 21 65 48 27
Octal 111 254 34 72 0 124 41 145 110 47
Binary 1001001 10101100 11100 111010 0 1010100 100001 1100101 1001000 100111

Color Harmonies of #49AC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AC1C

Black with #49AC1C

Text Example


Text Example

White with #49AC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,172,28); }

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

background-color css

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

 a { background-color: rgb(73,172,28); }

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

border-color css

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

 span { border-color: rgb(73,172,28); }

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