#489A0E

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

Shades of Limeade #489A0E

Tints of Limeade #489A0E

Color information

#489A0E (or 0x489A0E) is unknown color: approx Limeade. HEX triplet: 48, 9A and 0E. RGB value is (72,154,14). Sum of RGB (Red+Green+Blue) = 72+154+14=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 154 (60.55% from 255 or 64.17% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 154 - color contains mainly: green. Hex color #489A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489A0E is #B765F1. Grayscale: #727272. Windows color (decimal): -12019186 or 957000. OLE color: 957000.

HSL color Cylindrical-coordinate representation of color #489A0E: hue angle of 95.14º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #489A0E is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB7215414-
CMYK0.5300.910.40
HSL95.14º83.33%32.94%-
HSV(B)95.14º90.91%60.39%-
XYZ14.3124.524.39-
YUV113.5271.8398.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 154 (60.55% from 255) = 64.17%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=30%
G=64.17%
B=5.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72154140.5300.910.4095.1483.3332.94
Hex489AE3505B285f5321
Octal110232166501335013712341
Binary10010001001101011101101010101101110100010111111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,154,14); }

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

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

 a { background-color: rgb(72,154,14); }

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

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

 span { border-color: rgb(72,154,14); }

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