Html Css Color HEX #48AB0F Kelly Green

📋 copy color: '#48AB0F'

red 72 ◦ green 171 ◦ blue 15

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

Shades of Kelly Green #48AB0F

Tints of Kelly Green #48AB0F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 66.28%

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

R = 27.91%
G = 66.28%
B = 5.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#48AB0F (or 0x48AB0F) is known color: Kelly Green. HEX triplet: 48, AB and 0F. RGB value is (72,171,15). Sum of RGB (Red+Green+Blue) = 72+171+15=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 171 (67.19% from 255 or 66.28% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AB0F is #B754F0. Grayscale: #7C7C7C. Windows color (decimal): -12014833 or 1026888. OLE color: 1026888.

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

Color convert

RGB 72 171 15 -
CMYK 0.58 0 0.91 0.33
HSL 98.08º 0.84% 0.36% -
HSV(B) 98.08º 0.91% 0.67% -
XYZ 17.32 30.54 5.43 -
YUV 123.62 66.7 91.18 -
System Red Green Blue C M Y K H S L
Decimal 72 171 15 0.58 0 0.91 0.33 98.08 0.84 0.36
Hex 48 AB F 3A 0 5B 21 62 54 24
Octal 110 253 17 72 0 133 41 142 124 44
Binary 1001000 10101011 1111 111010 0 1011011 100001 1100010 1010100 100100

Color Harmonies of #48AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AB0F

Black with #48AB0F

Text Example


Text Example

White with #48AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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