#489D0F

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

Shades of Kelly Green #489D0F

Tints of Kelly Green #489D0F

Color information

#489D0F (or 0x489D0F) is unknown color: approx Kelly Green. HEX triplet: 48, 9D and 0F. RGB value is (72,157,15). Sum of RGB (Red+Green+Blue) = 72+157+15=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 157 (61.72% from 255 or 64.34% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 157 - color contains mainly: green. Hex color #489D0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489D0F is #B762F0. Grayscale: #737373. Windows color (decimal): -12018417 or 1023304. OLE color: 1023304.

HSL color Cylindrical-coordinate representation of color #489D0F: hue angle of 95.92º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #489D0F is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB7215715-
CMYK0.5400.900.38
HSL95.92º82.56%33.73%-
HSV(B)95.92º90.45%61.57%-
XYZ14.8225.534.6-
YUV115.471.3497.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 157 (61.72% from 255) = 64.34%
BLUE value IS 15 (6.25% from 255) = 6.15%
R=29.51%
G=64.34%
B=6.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72157150.5400.900.3895.9282.5633.73
Hex489DF3605A26605322
Octal110235176601324614012342
Binary10010001001110111111101100101101010011011000001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489D0F; }

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

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

<style>
 a { background-color: #489D0F; }

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

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

<style>
 span { border-color: #489D0F; }

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

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