Shades of Limeade #6A9D3D
Tints of Limeade #6A9D3D
RGB
CMYK
RGB Variations
Color information
#6A9D3D (or 0x6A9D3D) is known color: Limeade. HEX triplet: 6A, 9D and 3D. RGB value is (106,157,61). Sum of RGB (Red+Green+Blue) = 106+157+61=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #6A9D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9D3D is #9562C2. Grayscale: #838383. Windows color (decimal): -9790147 or 4037994. OLE color: 4037994.
HSL color Cylindrical-coordinate representation of color #6A9D3D: hue angle of 91.88º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A9D3D is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 157 | 61 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.38 |
| HSL | 91.88º | 0.44% | 0.43% | - |
| HSV(B) | 91.88º | 0.61% | 0.62% | - |
| XYZ | 18.84 | 27.52 | 8.73 | - |
| YUV | 130.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 61 | 0.32 | 0 | 0.61 | 0.38 | 91.88 | 0.44 | 0.43 |
| Hex | 6A | 9D | 3D | 20 | 0 | 3D | 26 | 5C | 2C | 2B |
| Octal | 152 | 235 | 75 | 40 | 0 | 75 | 46 | 134 | 54 | 53 |
| Binary | 1101010 | 10011101 | 111101 | 100000 | 0 | 111101 | 100110 | 1011100 | 101100 | 101011 |
Color Harmonies of #6A9D3D
Complementary color
Monochromatic Colors of #6A9D3D
Black with #6A9D3D
Text Example
Text Example
White with #6A9D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9D3D; }
p { color: rgb(106,157,61); }
H1.HeaderClassName
{
color: #6A9D3D;
}
.AnyTagClassName
{
color: #6A9D3D;
}
</style>
background-color css
<style>
a { background-color: #6A9D3D; }
a { background-color: rgb(106,157,61); }
div.DivClassName
{
background-color: #6A9D3D;
}
.BgClassName
{
background-color: #6A9D3D;
}
</style>
border-color css
<style>
span { border-color: #6A9D3D; }
span { border-color: rgb(106,157,61); }
td.TdClassName
{
border-color: #6A9D3D;
}
.TagClassName
{
border-color: #6A9D3D;
}
</style>