Html Css Color HEX #48AA04 Kelly Green

📋 copy color: '#48AA04'

red 72 ◦ green 170 ◦ blue 4

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

Shades of Kelly Green #48AA04

Tints of Kelly Green #48AA04

RGB

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

 GREEN value IS 170 (66.8% from 255) = 69.11%

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

R = 29.27%
G = 69.11%
B = 1.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#48AA04 (or 0x48AA04) is known color: Kelly Green. HEX triplet: 48, AA and 04. RGB value is (72,170,4). Sum of RGB (Red+Green+Blue) = 72+170+4=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 170 (66.80% from 255 or 69.11% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AA04 is #B755FB. Grayscale: #7A7A7A. Windows color (decimal): -12015100 or 305736. OLE color: 305736.

HSL color Cylindrical-coordinate representation of color #48AA04: hue angle of 95.42º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48AA04 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 170 4 -
CMYK 0.58 0 0.98 0.33
HSL 95.42º 0.95% 0.34% -
HSV(B) 95.42º 0.98% 0.67% -
XYZ 17.07 30.14 5.03 -
YUV 121.77 61.53 92.5 -
System Red Green Blue C M Y K H S L
Decimal 72 170 4 0.58 0 0.98 0.33 95.42 0.95 0.34
Hex 48 AA 4 3A 0 62 21 5F 5F 22
Octal 110 252 4 72 0 142 41 137 137 42
Binary 1001000 10101010 100 111010 0 1100010 100001 1011111 1011111 100010

Color Harmonies of #48AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA04

Black with #48AA04

Text Example


Text Example

White with #48AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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