Html Css Color HEX #48AC1C Kelly Green

📋 copy color: '#48AC1C'

red 72 ◦ green 172 ◦ blue 28

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

Shades of Kelly Green #48AC1C

Tints of Kelly Green #48AC1C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 63.24%

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 26.47%
G = 63.24%
B = 10.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#48AC1C (or 0x48AC1C) is known color: Kelly Green. HEX triplet: 48, AC and 1C. RGB value is (72,172,28). Sum of RGB (Red+Green+Blue) = 72+172+28=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 172 (67.58% from 255 or 63.24% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AC1C is #B753E3. Grayscale: #7E7E7E. Windows color (decimal): -12014564 or 1879112. OLE color: 1879112.

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

Color convert

RGB 72 172 28 -
CMYK 0.58 0 0.84 0.33
HSL 101.67º 0.72% 0.39% -
HSV(B) 101.67º 0.84% 0.67% -
XYZ 17.63 30.97 6.15 -
YUV 125.68 72.87 89.71 -
System Red Green Blue C M Y K H S L
Decimal 72 172 28 0.58 0 0.84 0.33 101.67 0.72 0.39
Hex 48 AC 1C 3A 0 54 21 66 48 27
Octal 110 254 34 72 0 124 41 146 110 47
Binary 1001000 10101100 11100 111010 0 1010100 100001 1100110 1001000 100111

Color Harmonies of #48AC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AC1C

Black with #48AC1C

Text Example


Text Example

White with #48AC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,172,28); }

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

background-color css

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

 a { background-color: rgb(72,172,28); }

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

border-color css

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

 span { border-color: rgb(72,172,28); }

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