Html Css Color HEX #48AA0B Kelly Green

📋 copy color: '#48AA0B'

red 72 ◦ green 170 ◦ blue 11

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

Shades of Kelly Green #48AA0B

Tints of Kelly Green #48AA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.35%

R = 28.46%
G = 67.19%
B = 4.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#48AA0B (or 0x48AA0B) is known color: Kelly Green. HEX triplet: 48, AA and 0B. RGB value is (72,170,11). Sum of RGB (Red+Green+Blue) = 72+170+11=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 170 (66.80% from 255 or 67.19% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AA0B is #B755F4. Grayscale: #7B7B7B. Windows color (decimal): -12015093 or 764488. OLE color: 764488.

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

Color convert

RGB 72 170 11 -
CMYK 0.58 0 0.94 0.33
HSL 96.98º 0.88% 0.35% -
HSV(B) 96.98º 0.94% 0.67% -
XYZ 17.11 30.15 5.23 -
YUV 122.57 65.03 91.93 -
System Red Green Blue C M Y K H S L
Decimal 72 170 11 0.58 0 0.94 0.33 96.98 0.88 0.35
Hex 48 AA B 3A 0 5E 21 61 58 23
Octal 110 252 13 72 0 136 41 141 130 43
Binary 1001000 10101010 1011 111010 0 1011110 100001 1100001 1011000 100011

Color Harmonies of #48AA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA0B

Black with #48AA0B

Text Example


Text Example

White with #48AA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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