#489B0C

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

Shades of Kelly Green #489B0C

Tints of Kelly Green #489B0C

Color information

#489B0C (or 0x489B0C) is unknown color: approx Kelly Green. HEX triplet: 48, 9B and 0C. RGB value is (72,155,12). Sum of RGB (Red+Green+Blue) = 72+155+12=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 155 (60.94% from 255 or 64.85% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 155 - color contains mainly: green. Hex color #489B0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489B0C is #B764F3. Grayscale: #727272. Windows color (decimal): -12018932 or 826184. OLE color: 826184.

HSL color Cylindrical-coordinate representation of color #489B0C: hue angle of 94.83º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #489B0C is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB7215512-
CMYK0.5400.920.39
HSL94.83º85.63%32.75%-
HSV(B)94.83º92.26%60.78%-
XYZ14.4624.854.38-
YUV113.8870.598.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 155 (60.94% from 255) = 64.85%
BLUE value IS 12 (5.08% from 255) = 5.02%
R=30.13%
G=64.85%
B=5.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72155120.5400.920.3994.8385.6332.75
Hex489BC3605C275f5621
Octal110233146601344713712641
Binary10010001001101111001101100101110010011110111111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,155,12); }

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

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

 a { background-color: rgb(72,155,12); }

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

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

 span { border-color: rgb(72,155,12); }

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