Shades of Limeade #569C1A
Tints of Limeade #569C1A
RGB
CMYK
RGB Variations
Color information
#569C1A (or 0x569C1A) is known color: Limeade. HEX triplet: 56, 9C and 1A. RGB value is (86,156,26). Sum of RGB (Red+Green+Blue) = 86+156+26=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #569C1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569C1A is #A963E5. Grayscale: #787878. Windows color (decimal): -11101158 or 1743958. OLE color: 1743958.
HSL color Cylindrical-coordinate representation of color #569C1A: hue angle of 92.31º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #569C1A is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 156 | 26 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.39 |
| HSL | 92.31º | 0.71% | 0.36% | - |
| HSV(B) | 92.31º | 0.83% | 0.61% | - |
| XYZ | 15.91 | 25.83 | 5.12 | - |
| YUV | 120.25 | 74.81 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 26 | 0.45 | 0 | 0.83 | 0.39 | 92.31 | 0.71 | 0.36 |
| Hex | 56 | 9C | 1A | 2D | 0 | 53 | 27 | 5C | 47 | 24 |
| Octal | 126 | 234 | 32 | 55 | 0 | 123 | 47 | 134 | 107 | 44 |
| Binary | 1010110 | 10011100 | 11010 | 101101 | 0 | 1010011 | 100111 | 1011100 | 1000111 | 100100 |
Color Harmonies of #569C1A
Complementary color
Monochromatic Colors of #569C1A
Black with #569C1A
Text Example
Text Example
White with #569C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569C1A; }
p { color: rgb(86,156,26); }
H1.HeaderClassName
{
color: #569C1A;
}
.AnyTagClassName
{
color: #569C1A;
}
</style>
background-color css
<style>
a { background-color: #569C1A; }
a { background-color: rgb(86,156,26); }
div.DivClassName
{
background-color: #569C1A;
}
.BgClassName
{
background-color: #569C1A;
}
</style>
border-color css
<style>
span { border-color: #569C1A; }
span { border-color: rgb(86,156,26); }
td.TdClassName
{
border-color: #569C1A;
}
.TagClassName
{
border-color: #569C1A;
}
</style>