Shades of Limeade #67A12A
Tints of Limeade #67A12A
RGB
CMYK
RGB Variations
Color information
#67A12A (or 0x67A12A) is known color: Limeade. HEX triplet: 67, A1 and 2A. RGB value is (103,161,42). Sum of RGB (Red+Green+Blue) = 103+161+42=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #67A12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A12A is #985ED5. Grayscale: #828282. Windows color (decimal): -9985750 or 2793831. OLE color: 2793831.
HSL color Cylindrical-coordinate representation of color #67A12A: hue angle of 89.24º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67A12A is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 161 | 42 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.37 |
| HSL | 89.24º | 0.59% | 0.4% | - |
| HSV(B) | 89.24º | 0.74% | 0.63% | - |
| XYZ | 18.76 | 28.54 | 6.71 | - |
| YUV | 130.09 | 78.28 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 161 | 42 | 0.36 | 0 | 0.74 | 0.37 | 89.24 | 0.59 | 0.4 |
| Hex | 67 | A1 | 2A | 24 | 0 | 4A | 25 | 59 | 3B | 28 |
| Octal | 147 | 241 | 52 | 44 | 0 | 112 | 45 | 131 | 73 | 50 |
| Binary | 1100111 | 10100001 | 101010 | 100100 | 0 | 1001010 | 100101 | 1011001 | 111011 | 101000 |
Color Harmonies of #67A12A
Complementary color
Monochromatic Colors of #67A12A
Black with #67A12A
Text Example
Text Example
White with #67A12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A12A; }
p { color: rgb(103,161,42); }
H1.HeaderClassName
{
color: #67A12A;
}
.AnyTagClassName
{
color: #67A12A;
}
</style>
background-color css
<style>
a { background-color: #67A12A; }
a { background-color: rgb(103,161,42); }
div.DivClassName
{
background-color: #67A12A;
}
.BgClassName
{
background-color: #67A12A;
}
</style>
border-color css
<style>
span { border-color: #67A12A; }
span { border-color: rgb(103,161,42); }
td.TdClassName
{
border-color: #67A12A;
}
.TagClassName
{
border-color: #67A12A;
}
</style>