#489F10

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

Shades of Kelly Green #489F10

Tints of Kelly Green #489F10

Color information

#489F10 (or 0x489F10) is unknown color: approx Kelly Green. HEX triplet: 48, 9F and 10. RGB value is (72,159,16). Sum of RGB (Red+Green+Blue) = 72+159+16=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 159 (62.5% from 255 or 64.37% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 159 - color contains mainly: green. Hex color #489F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489F10 is #B760EF. Grayscale: #757575. Windows color (decimal): -12017904 or 1089352. OLE color: 1089352.

HSL color Cylindrical-coordinate representation of color #489F10: hue angle of 96.5º degrees, saturation: 0.82, 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 #489F10 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB7215916-
CMYK0.5500.900.38
HSL96.5º81.71%34.31%-
HSV(B)96.5º89.94%62.35%-
XYZ15.1626.214.75-
YUV116.6871.1896.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 159 (62.5% from 255) = 64.37%
BLUE value IS 16 (6.64% from 255) = 6.48%
R=29.15%
G=64.37%
B=6.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72159160.5500.900.3896.581.7134.31
Hex489F103705A26615222
Octal110237206701324614112242
Binary100100010011111100001101110101101010011011000011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,159,16); }

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

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

 a { background-color: rgb(72,159,16); }

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

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

 span { border-color: rgb(72,159,16); }

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