Html Css Color HEX #49A10C Kelly Green

📋 copy color: '#49A10C'

red 73 ◦ green 161 ◦ blue 12

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

Shades of Kelly Green #49A10C

Tints of Kelly Green #49A10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 29.67%
G = 65.45%
B = 4.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#49A10C (or 0x49A10C) is known color: Kelly Green. HEX triplet: 49, A1 and 0C. RGB value is (73,161,12). Sum of RGB (Red+Green+Blue) = 73+161+12=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 161 (63.28% from 255 or 65.45% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 161 - color contains mainly: green. Hex color #49A10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A10C is #B65EF3. Grayscale: #767676. Windows color (decimal): -11951860 or 827721. OLE color: 827721.

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

Color convert

RGB 73 161 12 -
CMYK 0.55 0 0.93 0.37
HSL 95.44º 0.86% 0.34% -
HSV(B) 95.44º 0.93% 0.63% -
XYZ 15.56 26.93 4.73 -
YUV 117.7 68.35 96.12 -
System Red Green Blue C M Y K H S L
Decimal 73 161 12 0.55 0 0.93 0.37 95.44 0.86 0.34
Hex 49 A1 C 37 0 5D 25 5F 56 22
Octal 111 241 14 67 0 135 45 137 126 42
Binary 1001001 10100001 1100 110111 0 1011101 100101 1011111 1010110 100010

Color Harmonies of #49A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A10C

Black with #49A10C

Text Example


Text Example

White with #49A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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