Html Css Color HEX #48AC1E Kelly Green

📋 copy color: '#48AC1E'

red 72 ◦ green 172 ◦ blue 30

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

Shades of Kelly Green #48AC1E

Tints of Kelly Green #48AC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 26.28%
G = 62.77%
B = 10.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#48AC1E (or 0x48AC1E) is known color: Kelly Green. HEX triplet: 48, AC and 1E. RGB value is (72,172,30). Sum of RGB (Red+Green+Blue) = 72+172+30=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 172 (67.58% from 255 or 62.77% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AC1E is #B753E1. Grayscale: #7E7E7E. Windows color (decimal): -12014562 or 2010184. OLE color: 2010184.

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

Color convert

RGB 72 172 30 -
CMYK 0.58 0 0.83 0.33
HSL 102.25º 0.7% 0.4% -
HSV(B) 102.25º 0.83% 0.67% -
XYZ 17.66 30.98 6.28 -
YUV 125.91 73.87 89.55 -
System Red Green Blue C M Y K H S L
Decimal 72 172 30 0.58 0 0.83 0.33 102.25 0.7 0.4
Hex 48 AC 1E 3A 0 53 21 66 46 28
Octal 110 254 36 72 0 123 41 146 106 50
Binary 1001000 10101100 11110 111010 0 1010011 100001 1100110 1000110 101000

Color Harmonies of #48AC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AC1E

Black with #48AC1E

Text Example


Text Example

White with #48AC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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