#53990a

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

Shades of Limeade #53990A

Tints of Limeade #53990A

Color information

#53990A (or 0x53990A) is unknown color: approx Limeade. HEX triplet: 53, 99 and 0A. RGB value is (83,153,10). Sum of RGB (Red+Green+Blue) = 83+153+10=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #53990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53990A is #AC66F5. Grayscale: #747474. Windows color (decimal): -11298550 or 694611. OLE color: 694611.

HSL color Cylindrical-coordinate representation of color #53990A: hue angle of 89.37º 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 #53990A is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB8315310-
CMYK0.4600.930.4
HSL89.37º87.73%31.96%-
HSV(B)89.37º93.46%60%-
XYZ15.0124.644.25-
YUV115.7768.31104.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 153 (60.16% from 255) = 62.20%
BLUE value IS 10 (4.30% from 255) = 4.07%
R=33.74%
G=62.20%
B=4.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153100.4600.930.489.3787.7331.96
Hex5399A2E05D28595820
Octal123231125601355013113040
Binary10100111001100110101011100101110110100010110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53990a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53990a; }

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

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

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

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

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

<style>
 span { border-color: #53990a; }

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

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