Html Css Color HEX #48A600 Kelly Green

📋 copy color: '#48A600'

red 72 ◦ green 166 ◦ blue 0

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

Shades of Kelly Green #48A600

Tints of Kelly Green #48A600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 69.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.25%
G = 69.75%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#48A600 (or 0x48A600) is known color: Kelly Green. HEX triplet: 48, A6 and 00. RGB value is (72,166,0). Sum of RGB (Red+Green+Blue) = 72+166+0=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 166 (65.23% from 255 or 69.75% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 166 - color contains mainly: green. Hex color #48A600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A600 is #B759FF. Grayscale: #777777. Windows color (decimal): -12016128 or 42568. OLE color: 42568.

HSL color Cylindrical-coordinate representation of color #48A600: hue angle of 93.98º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48A600 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 166 0 -
CMYK 0.57 0 1 0.35
HSL 93.98º 1% 0.33% -
HSV(B) 93.98º 1% 0.65% -
XYZ 16.31 28.65 4.67 -
YUV 118.97 60.86 94.5 -
System Red Green Blue C M Y K H S L
Decimal 72 166 0 0.57 0 1 0.35 93.98 1 0.33
Hex 48 A6 0 39 0 64 23 5E 64 21
Octal 110 246 0 71 0 144 43 136 144 41
Binary 1001000 10100110 0 111001 0 1100100 100011 1011110 1100100 100001

Color Harmonies of #48A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A600

Black with #48A600

Text Example


Text Example

White with #48A600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,166,0); }

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

background-color css

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

 a { background-color: rgb(72,166,0); }

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

border-color css

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

 span { border-color: rgb(72,166,0); }

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