Html Css Color HEX #48A00D Kelly Green

📋 copy color: '#48A00D'

red 72 ◦ green 160 ◦ blue 13

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

Shades of Kelly Green #48A00D

Tints of Kelly Green #48A00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 29.39%
G = 65.31%
B = 5.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#48A00D (or 0x48A00D) is known color: Kelly Green. HEX triplet: 48, A0 and 0D. RGB value is (72,160,13). Sum of RGB (Red+Green+Blue) = 72+160+13=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #48A00D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A00D is #B75FF2. Grayscale: #757575. Windows color (decimal): -12017651 or 893000. OLE color: 893000.

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

Color convert

RGB 72 160 13 -
CMYK 0.55 0 0.92 0.37
HSL 95.92º 0.85% 0.34% -
HSV(B) 95.92º 0.92% 0.63% -
XYZ 15.32 26.55 4.7 -
YUV 116.93 69.35 95.95 -
System Red Green Blue C M Y K H S L
Decimal 72 160 13 0.55 0 0.92 0.37 95.92 0.85 0.34
Hex 48 A0 D 37 0 5C 25 60 55 22
Octal 110 240 15 67 0 134 45 140 125 42
Binary 1001000 10100000 1101 110111 0 1011100 100101 1100000 1010101 100010

Color Harmonies of #48A00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A00D

Black with #48A00D

Text Example


Text Example

White with #48A00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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