Html Css Color HEX #48A918 Kelly Green

📋 copy color: '#48A918'

red 72 ◦ green 169 ◦ blue 24

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

Shades of Kelly Green #48A918

Tints of Kelly Green #48A918

RGB

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

 GREEN value IS 169 (66.41% from 255) = 63.77%

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 27.17%
G = 63.77%
B = 9.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#48A918 (or 0x48A918) is known color: Kelly Green. HEX triplet: 48, A9 and 18. RGB value is (72,169,24). Sum of RGB (Red+Green+Blue) = 72+169+24=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 169 (66.41% from 255 or 63.77% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 169 - color contains mainly: green. Hex color #48A918 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A918 is #B756E7. Grayscale: #7B7B7B. Windows color (decimal): -12015336 or 1616200. OLE color: 1616200.

HSL color Cylindrical-coordinate representation of color #48A918: hue angle of 100.14º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48A918 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 72 169 24 -
CMYK 0.57 0 0.86 0.34
HSL 100.14º 0.75% 0.38% -
HSV(B) 100.14º 0.86% 0.66% -
XYZ 17.03 29.82 5.72 -
YUV 123.47 71.86 91.29 -
System Red Green Blue C M Y K H S L
Decimal 72 169 24 0.57 0 0.86 0.34 100.14 0.75 0.38
Hex 48 A9 18 39 0 56 22 64 4B 26
Octal 110 251 30 71 0 126 42 144 113 46
Binary 1001000 10101001 11000 111001 0 1010110 100010 1100100 1001011 100110

Color Harmonies of #48A918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A918

Black with #48A918

Text Example


Text Example

White with #48A918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,169,24); }

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

background-color css

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

 a { background-color: rgb(72,169,24); }

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

border-color css

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

 span { border-color: rgb(72,169,24); }

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