#48AB09

Color #48AB09 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #48AB09

Tints of Kelly Green #48AB09

Color information

#48AB09 (or 0x48AB09) is unknown color: approx Kelly Green. HEX triplet: 48, AB and 09. RGB value is (72,171,9). Sum of RGB (Red+Green+Blue) = 72+171+9=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 171 (67.19% from 255 or 67.86% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AB09 is #B754F6. Grayscale: #7B7B7B. Windows color (decimal): -12014839 or 633672. OLE color: 633672.

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

Color convert

RGB721719-
CMYK0.5800.950.33
HSL96.67º90%35.29%-
HSV(B)96.67º94.74%67.06%-
XYZ17.2830.525.24-
YUV122.9363.791.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 171 (67.19% from 255) = 67.86%
BLUE value IS 9 (3.91% from 255) = 3.57%
R=28.57%
G=67.86%
B=3.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7217190.5800.950.3396.679035.29
Hex48AB93A05F21615a23
Octal110253117201374114113243
Binary10010001010101110011110100101111110000111000011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48AB09;
 }
 .AnyTagClassName
 {
   color: #48AB09;
 }
</style>
background-color css

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

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

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

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

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

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