Shades of Limeade #6AA830
Tints of Limeade #6AA830
RGB
CMYK
RGB Variations
Color information
#6AA830 (or 0x6AA830) is known color: Limeade. HEX triplet: 6A, A8 and 30. RGB value is (106,168,48). Sum of RGB (Red+Green+Blue) = 106+168+48=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA830 is #9557CF. Grayscale: #888888. Windows color (decimal): -9787344 or 3188842. OLE color: 3188842.
HSL color Cylindrical-coordinate representation of color #6AA830: hue angle of 91º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6AA830 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 168 | 48 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.34 |
| HSL | 91º | 0.56% | 0.42% | - |
| HSV(B) | 91º | 0.71% | 0.66% | - |
| XYZ | 20.48 | 31.28 | 7.76 | - |
| YUV | 135.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 48 | 0.37 | 0 | 0.71 | 0.34 | 91 | 0.56 | 0.42 |
| Hex | 6A | A8 | 30 | 25 | 0 | 47 | 22 | 5B | 38 | 2A |
| Octal | 152 | 250 | 60 | 45 | 0 | 107 | 42 | 133 | 70 | 52 |
| Binary | 1101010 | 10101000 | 110000 | 100101 | 0 | 1000111 | 100010 | 1011011 | 111000 | 101010 |
Color Harmonies of #6AA830
Complementary color
Monochromatic Colors of #6AA830
Black with #6AA830
Text Example
Text Example
White with #6AA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA830; }
p { color: rgb(106,168,48); }
H1.HeaderClassName
{
color: #6AA830;
}
.AnyTagClassName
{
color: #6AA830;
}
</style>
background-color css
<style>
a { background-color: #6AA830; }
a { background-color: rgb(106,168,48); }
div.DivClassName
{
background-color: #6AA830;
}
.BgClassName
{
background-color: #6AA830;
}
</style>
border-color css
<style>
span { border-color: #6AA830; }
span { border-color: rgb(106,168,48); }
td.TdClassName
{
border-color: #6AA830;
}
.TagClassName
{
border-color: #6AA830;
}
</style>