Html Css Color HEX #48AD12 Kelly Green

📋 copy color: '#48AD12'

red 72 ◦ green 173 ◦ blue 18

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

Shades of Kelly Green #48AD12

Tints of Kelly Green #48AD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 27.38%
G = 65.78%
B = 6.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#48AD12 (or 0x48AD12) is known color: Kelly Green. HEX triplet: 48, AD and 12. RGB value is (72,173,18). Sum of RGB (Red+Green+Blue) = 72+173+18=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AD12 is #B752ED. Grayscale: #7D7D7D. Windows color (decimal): -12014318 or 1224008. OLE color: 1224008.

HSL color Cylindrical-coordinate representation of color #48AD12: hue angle of 99.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48AD12 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 173 18 -
CMYK 0.58 0 0.90 0.32
HSL 99.1º 0.81% 0.37% -
HSV(B) 99.1º 0.9% 0.68% -
XYZ 17.73 31.31 5.68 -
YUV 125.13 67.54 90.1 -
System Red Green Blue C M Y K H S L
Decimal 72 173 18 0.58 0 0.90 0.32 99.1 0.81 0.37
Hex 48 AD 12 3A 0 5A 20 63 51 25
Octal 110 255 22 72 0 132 40 143 121 45
Binary 1001000 10101101 10010 111010 0 1011010 100000 1100011 1010001 100101

Color Harmonies of #48AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD12

Black with #48AD12

Text Example


Text Example

White with #48AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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