Html Css Color HEX #48A217 Kelly Green

📋 copy color: '#48A217'

red 72 ◦ green 162 ◦ blue 23

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

Shades of Kelly Green #48A217

Tints of Kelly Green #48A217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 63.04%

 BLUE value IS 23 (9.38% from 255) = 8.95%

R = 28.02%
G = 63.04%
B = 8.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#48A217 (or 0x48A217) is known color: Kelly Green. HEX triplet: 48, A2 and 17. RGB value is (72,162,23). Sum of RGB (Red+Green+Blue) = 72+162+23=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 162 (63.67% from 255 or 63.04% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 162 - color contains mainly: green. Hex color #48A217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A217 is #B75DE8. Grayscale: #777777. Windows color (decimal): -12017129 or 1548872. OLE color: 1548872.

HSL color Cylindrical-coordinate representation of color #48A217: hue angle of 98.85º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48A217 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 162 23 -
CMYK 0.56 0 0.86 0.36
HSL 98.85º 0.75% 0.36% -
HSV(B) 98.85º 0.86% 0.64% -
XYZ 15.75 27.28 5.25 -
YUV 119.24 73.68 94.3 -
System Red Green Blue C M Y K H S L
Decimal 72 162 23 0.56 0 0.86 0.36 98.85 0.75 0.36
Hex 48 A2 17 38 0 56 24 63 4B 24
Octal 110 242 27 70 0 126 44 143 113 44
Binary 1001000 10100010 10111 111000 0 1010110 100100 1100011 1001011 100100

Color Harmonies of #48A217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A217

Black with #48A217

Text Example


Text Example

White with #48A217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,162,23); }

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

background-color css

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

 a { background-color: rgb(72,162,23); }

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

border-color css

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

 span { border-color: rgb(72,162,23); }

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