Html Css Color HEX #48A412 Kelly Green

📋 copy color: '#48A412'

red 72 ◦ green 164 ◦ blue 18

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

Shades of Kelly Green #48A412

Tints of Kelly Green #48A412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 64.57%

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

R = 28.35%
G = 64.57%
B = 7.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#48A412 (or 0x48A412) is known color: Kelly Green. HEX triplet: 48, A4 and 12. RGB value is (72,164,18). Sum of RGB (Red+Green+Blue) = 72+164+18=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 164 (64.45% from 255 or 64.57% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 164 - color contains mainly: green. Hex color #48A412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A412 is #B75BED. Grayscale: #787878. Windows color (decimal): -12016622 or 1221704. OLE color: 1221704.

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

Color convert

RGB 72 164 18 -
CMYK 0.56 0 0.89 0.36
HSL 97.81º 0.8% 0.36% -
HSV(B) 97.81º 0.89% 0.64% -
XYZ 16.06 27.97 5.13 -
YUV 119.85 70.52 93.87 -
System Red Green Blue C M Y K H S L
Decimal 72 164 18 0.56 0 0.89 0.36 97.81 0.8 0.36
Hex 48 A4 12 38 0 59 24 62 50 24
Octal 110 244 22 70 0 131 44 142 120 44
Binary 1001000 10100100 10010 111000 0 1011001 100100 1100010 1010000 100100

Color Harmonies of #48A412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A412

Black with #48A412

Text Example


Text Example

White with #48A412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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