Html Css Color HEX #48AD16 Kelly Green

📋 copy color: '#48AD16'

red 72 ◦ green 173 ◦ blue 22

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

Shades of Kelly Green #48AD16

Tints of Kelly Green #48AD16

RGB

 RED value IS 72 (28.52% from 255) = 26.97%

 GREEN value IS 173 (67.97% from 255) = 64.79%

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 26.97%
G = 64.79%
B = 8.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#48AD16 (or 0x48AD16) is known color: Kelly Green. HEX triplet: 48, AD and 16. RGB value is (72,173,22). Sum of RGB (Red+Green+Blue) = 72+173+22=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AD16 is #B752E9. Grayscale: #7E7E7E. Windows color (decimal): -12014314 or 1486152. OLE color: 1486152.

HSL color Cylindrical-coordinate representation of color #48AD16: hue angle of 100.13º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48AD16 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 173 22 -
CMYK 0.58 0 0.87 0.32
HSL 100.13º 0.77% 0.38% -
HSV(B) 100.13º 0.87% 0.68% -
XYZ 17.76 31.32 5.87 -
YUV 125.59 69.54 89.78 -
System Red Green Blue C M Y K H S L
Decimal 72 173 22 0.58 0 0.87 0.32 100.13 0.77 0.38
Hex 48 AD 16 3A 0 57 20 64 4D 26
Octal 110 255 26 72 0 127 40 144 115 46
Binary 1001000 10101101 10110 111010 0 1010111 100000 1100100 1001101 100110

Color Harmonies of #48AD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD16

Black with #48AD16

Text Example


Text Example

White with #48AD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48AD16; }

 p { color: rgb(72,173,22); }

 H1.HeaderClassName
 {
   color: #48AD16;
 }
 .AnyTagClassName
 {
   color: #48AD16;
 }
</style>

background-color css

<style>
 a { background-color: #48AD16; }

 a { background-color: rgb(72,173,22); }

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

border-color css

<style>
 span { border-color: #48AD16; }

 span { border-color: rgb(72,173,22); }

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