Html Css Color HEX #48AA0F Kelly Green

📋 copy color: '#48AA0F'

red 72 ◦ green 170 ◦ blue 15

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

Shades of Kelly Green #48AA0F

Tints of Kelly Green #48AA0F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 66.15%

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

R = 28.02%
G = 66.15%
B = 5.84%

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

#48AA0F (or 0x48AA0F) is known color: Kelly Green. HEX triplet: 48, AA and 0F. RGB value is (72,170,15). Sum of RGB (Red+Green+Blue) = 72+170+15=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AA0F is #B755F0. Grayscale: #7B7B7B. Windows color (decimal): -12015089 or 1026632. OLE color: 1026632.

HSL color Cylindrical-coordinate representation of color #48AA0F: hue angle of 97.94º 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 #48AA0F is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 170 15 -
CMYK 0.58 0 0.91 0.33
HSL 97.94º 0.84% 0.36% -
HSV(B) 97.94º 0.91% 0.67% -
XYZ 17.13 30.16 5.37 -
YUV 123.03 67.03 91.6 -
System Red Green Blue C M Y K H S L
Decimal 72 170 15 0.58 0 0.91 0.33 97.94 0.84 0.36
Hex 48 AA F 3A 0 5B 21 62 54 24
Octal 110 252 17 72 0 133 41 142 124 44
Binary 1001000 10101010 1111 111010 0 1011011 100001 1100010 1010100 100100

Color Harmonies of #48AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA0F

Black with #48AA0F

Text Example


Text Example

White with #48AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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