Html Css Color HEX #48A004 Kelly Green

📋 copy color: '#48A004'

red 72 ◦ green 160 ◦ blue 4

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

Shades of Kelly Green #48A004

Tints of Kelly Green #48A004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 67.8%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 30.51%
G = 67.8%
B = 1.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#48A004 (or 0x48A004) is known color: Kelly Green. HEX triplet: 48, A0 and 04. RGB value is (72,160,4). Sum of RGB (Red+Green+Blue) = 72+160+4=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #48A004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A004 is #B75FFB. Grayscale: #747474. Windows color (decimal): -12017660 or 303176. OLE color: 303176.

HSL color Cylindrical-coordinate representation of color #48A004: hue angle of 93.85º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48A004 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 160 4 -
CMYK 0.55 0 0.98 0.37
HSL 93.85º 0.95% 0.32% -
HSV(B) 93.85º 0.98% 0.63% -
XYZ 15.27 26.53 4.43 -
YUV 115.9 64.85 96.68 -
System Red Green Blue C M Y K H S L
Decimal 72 160 4 0.55 0 0.98 0.37 93.85 0.95 0.32
Hex 48 A0 4 37 0 62 25 5E 5F 20
Octal 110 240 4 67 0 142 45 136 137 40
Binary 1001000 10100000 100 110111 0 1100010 100101 1011110 1011111 100000

Color Harmonies of #48A004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A004

Black with #48A004

Text Example


Text Example

White with #48A004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,160,4); }

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

background-color css

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

 a { background-color: rgb(72,160,4); }

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

border-color css

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

 span { border-color: rgb(72,160,4); }

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