Html Css Color HEX #48A216 Kelly Green

📋 copy color: '#48A216'

red 72 ◦ green 162 ◦ blue 22

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

Shades of Kelly Green #48A216

Tints of Kelly Green #48A216

RGB

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

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

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

R = 28.13%
G = 63.28%
B = 8.59%

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

#48A216 (or 0x48A216) is known color: Kelly Green. HEX triplet: 48, A2 and 16. RGB value is (72,162,22). Sum of RGB (Red+Green+Blue) = 72+162+22=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #48A216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A216 is #B75DE9. Grayscale: #777777. Windows color (decimal): -12017130 or 1483336. OLE color: 1483336.

HSL color Cylindrical-coordinate representation of color #48A216: hue angle of 98.57º degrees, saturation: 0.76, 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 #48A216 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 162 22 -
CMYK 0.56 0 0.86 0.36
HSL 98.57º 0.76% 0.36% -
HSV(B) 98.57º 0.86% 0.64% -
XYZ 15.74 27.28 5.19 -
YUV 119.13 73.18 94.38 -
System Red Green Blue C M Y K H S L
Decimal 72 162 22 0.56 0 0.86 0.36 98.57 0.76 0.36
Hex 48 A2 16 38 0 56 24 63 4C 24
Octal 110 242 26 70 0 126 44 143 114 44
Binary 1001000 10100010 10110 111000 0 1010110 100100 1100011 1001100 100100

Color Harmonies of #48A216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A216

Black with #48A216

Text Example


Text Example

White with #48A216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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