Shades of Citron #8DA007
Tints of Citron #8DA007
RGB
CMYK
RGB Variations
Color information
#8DA007 (or 0x8DA007) is known color: Citron. HEX triplet: 8D, A0 and 07. RGB value is (141,160,7). Sum of RGB (Red+Green+Blue) = 141+160+7=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA007 is #725FF8. Grayscale: #898989. Windows color (decimal): -7495673 or 499853. OLE color: 499853.
HSL color Cylindrical-coordinate representation of color #8DA007: hue angle of 67.45º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DA007 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.37 |
| HSL | 67.45º | 0.92% | 0.33% | - |
| HSV(B) | 67.45º | 0.96% | 0.63% | - |
| XYZ | 23.59 | 30.82 | 4.91 | - |
| YUV | 136.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 7 | 0.12 | 0 | 0.96 | 0.37 | 67.45 | 0.92 | 0.33 |
| Hex | 8D | A0 | 7 | C | 0 | 60 | 25 | 43 | 5C | 21 |
| Octal | 215 | 240 | 7 | 14 | 0 | 140 | 45 | 103 | 134 | 41 |
| Binary | 10001101 | 10100000 | 111 | 1100 | 0 | 1100000 | 100101 | 1000011 | 1011100 | 100001 |
Color Harmonies of #8DA007
Complementary color
Monochromatic Colors of #8DA007
Black with #8DA007
Text Example
Text Example
White with #8DA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA007; }
p { color: rgb(141,160,7); }
H1.HeaderClassName
{
color: #8DA007;
}
.AnyTagClassName
{
color: #8DA007;
}
</style>
background-color css
<style>
a { background-color: #8DA007; }
a { background-color: rgb(141,160,7); }
div.DivClassName
{
background-color: #8DA007;
}
.BgClassName
{
background-color: #8DA007;
}
</style>
border-color css
<style>
span { border-color: #8DA007; }
span { border-color: rgb(141,160,7); }
td.TdClassName
{
border-color: #8DA007;
}
.TagClassName
{
border-color: #8DA007;
}
</style>