Html Css Color HEX #49AC1F Kelly Green

📋 copy color: '#49AC1F'

red 73 ◦ green 172 ◦ blue 31

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

Shades of Kelly Green #49AC1F

Tints of Kelly Green #49AC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 26.45%
G = 62.32%
B = 11.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#49AC1F (or 0x49AC1F) is known color: Kelly Green. HEX triplet: 49, AC and 1F. RGB value is (73,172,31). Sum of RGB (Red+Green+Blue) = 73+172+31=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC1F is #B653E0. Grayscale: #7E7E7E. Windows color (decimal): -11949025 or 2075721. OLE color: 2075721.

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

Color convert

RGB 73 172 31 -
CMYK 0.58 0 0.82 0.33
HSL 102.13º 0.69% 0.4% -
HSV(B) 102.13º 0.82% 0.67% -
XYZ 17.75 31.02 6.35 -
YUV 126.33 74.2 89.96 -
System Red Green Blue C M Y K H S L
Decimal 73 172 31 0.58 0 0.82 0.33 102.13 0.69 0.4
Hex 49 AC 1F 3A 0 52 21 66 45 28
Octal 111 254 37 72 0 122 41 146 105 50
Binary 1001001 10101100 11111 111010 0 1010010 100001 1100110 1000101 101000

Color Harmonies of #49AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AC1F

Black with #49AC1F

Text Example


Text Example

White with #49AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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