#56990A

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

Shades of Limeade #56990A

Tints of Limeade #56990A

Color information

#56990A (or 0x56990A) is unknown color: approx Limeade. HEX triplet: 56, 99 and 0A. RGB value is (86,153,10). Sum of RGB (Red+Green+Blue) = 86+153+10=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #56990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56990A is #A966F5. Grayscale: #757575. Windows color (decimal): -11101942 or 694614. OLE color: 694614.

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

Color convert

RGB8615310-
CMYK0.4400.930.4
HSL88.11º87.73%31.96%-
HSV(B)88.11º93.46%60%-
XYZ15.2824.784.27-
YUV116.6667.8106.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 153 (60.16% from 255) = 61.45%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=34.54%
G=61.45%
B=4.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86153100.4400.930.488.1187.7331.96
Hex5699A2C05D28585820
Octal126231125401355013013040
Binary10101101001100110101011000101110110100010110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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