Html Css Color HEX #48A816 Kelly Green

📋 copy color: '#48A816'

red 72 ◦ green 168 ◦ blue 22

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

Shades of Kelly Green #48A816

Tints of Kelly Green #48A816

RGB

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

 GREEN value IS 168 (66.02% from 255) = 64.12%

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

R = 27.48%
G = 64.12%
B = 8.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#48A816 (or 0x48A816) is known color: Kelly Green. HEX triplet: 48, A8 and 16. RGB value is (72,168,22). Sum of RGB (Red+Green+Blue) = 72+168+22=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 168 (66.02% from 255 or 64.12% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 168 - color contains mainly: green. Hex color #48A816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A816 is #B757E9. Grayscale: #7B7B7B. Windows color (decimal): -12015594 or 1484872. OLE color: 1484872.

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

Color convert

RGB 72 168 22 -
CMYK 0.57 0 0.87 0.34
HSL 99.45º 0.77% 0.37% -
HSV(B) 99.45º 0.87% 0.66% -
XYZ 16.82 29.44 5.56 -
YUV 122.65 71.2 91.87 -
System Red Green Blue C M Y K H S L
Decimal 72 168 22 0.57 0 0.87 0.34 99.45 0.77 0.37
Hex 48 A8 16 39 0 57 22 63 4D 25
Octal 110 250 26 71 0 127 42 143 115 45
Binary 1001000 10101000 10110 111001 0 1010111 100010 1100011 1001101 100101

Color Harmonies of #48A816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A816

Black with #48A816

Text Example


Text Example

White with #48A816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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