Html Css Color HEX #48A00F Kelly Green

📋 copy color: '#48A00F'

red 72 ◦ green 160 ◦ blue 15

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

Shades of Kelly Green #48A00F

Tints of Kelly Green #48A00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 29.15%
G = 64.78%
B = 6.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#48A00F (or 0x48A00F) is known color: Kelly Green. HEX triplet: 48, A0 and 0F. RGB value is (72,160,15). Sum of RGB (Red+Green+Blue) = 72+160+15=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #48A00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A00F is #B75FF0. Grayscale: #757575. Windows color (decimal): -12017649 or 1024072. OLE color: 1024072.

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

Color convert

RGB 72 160 15 -
CMYK 0.55 0 0.91 0.37
HSL 96.41º 0.83% 0.34% -
HSV(B) 96.41º 0.91% 0.63% -
XYZ 15.33 26.55 4.77 -
YUV 117.16 70.35 95.79 -
System Red Green Blue C M Y K H S L
Decimal 72 160 15 0.55 0 0.91 0.37 96.41 0.83 0.34
Hex 48 A0 F 37 0 5B 25 60 53 22
Octal 110 240 17 67 0 133 45 140 123 42
Binary 1001000 10100000 1111 110111 0 1011011 100101 1100000 1010011 100010

Color Harmonies of #48A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A00F

Black with #48A00F

Text Example


Text Example

White with #48A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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