#48990A

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

Shades of Limeade #48990A

Tints of Limeade #48990A

Color information

#48990A (or 0x48990A) is unknown color: approx Limeade. HEX triplet: 48, 99 and 0A. RGB value is (72,153,10). Sum of RGB (Red+Green+Blue) = 72+153+10=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #48990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48990A is #B766F5. Grayscale: #707070. Windows color (decimal): -12019446 or 694600. OLE color: 694600.

HSL color Cylindrical-coordinate representation of color #48990A: hue angle of 93.99º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48990A is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB7215310-
CMYK0.5300.930.4
HSL93.99º87.73%31.96%-
HSV(B)93.99º93.46%60%-
XYZ14.1224.184.21-
YUV112.4870.1699.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 153 (60.16% from 255) = 65.11%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=30.64%
G=65.11%
B=4.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153100.5300.930.493.9987.7331.96
Hex4899A3505D285e5820
Octal110231126501355013613040
Binary10010001001100110101101010101110110100010111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48990A; }

 p { color: rgb(72,153,10); }

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

<style>
 a { background-color: #48990A; }

 a { background-color: rgb(72,153,10); }

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

<style>
 span { border-color: #48990A; }

 span { border-color: rgb(72,153,10); }

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