Shades of Citron #8FA615
Tints of Citron #8FA615
RGB
CMYK
RGB Variations
Color information
#8FA615 (or 0x8FA615) is known color: Citron. HEX triplet: 8F, A6 and 15. RGB value is (143,166,21). Sum of RGB (Red+Green+Blue) = 143+166+21=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA615 is #7059EA. Grayscale: #8F8F8F. Windows color (decimal): -7363051 or 1418895. OLE color: 1418895.
HSL color Cylindrical-coordinate representation of color #8FA615: hue angle of 69.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8FA615 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 21 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.35 |
| HSL | 69.52º | 0.78% | 0.37% | - |
| HSV(B) | 69.52º | 0.87% | 0.65% | - |
| XYZ | 25.1 | 33.17 | 5.79 | - |
| YUV | 142.59 | 59.38 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 21 | 0.14 | 0 | 0.87 | 0.35 | 69.52 | 0.78 | 0.37 |
| Hex | 8F | A6 | 15 | E | 0 | 57 | 23 | 46 | 4E | 25 |
| Octal | 217 | 246 | 25 | 16 | 0 | 127 | 43 | 106 | 116 | 45 |
| Binary | 10001111 | 10100110 | 10101 | 1110 | 0 | 1010111 | 100011 | 1000110 | 1001110 | 100101 |
Color Harmonies of #8FA615
Complementary color
Monochromatic Colors of #8FA615
Black with #8FA615
Text Example
Text Example
White with #8FA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA615; }
p { color: rgb(143,166,21); }
H1.HeaderClassName
{
color: #8FA615;
}
.AnyTagClassName
{
color: #8FA615;
}
</style>
background-color css
<style>
a { background-color: #8FA615; }
a { background-color: rgb(143,166,21); }
div.DivClassName
{
background-color: #8FA615;
}
.BgClassName
{
background-color: #8FA615;
}
</style>
border-color css
<style>
span { border-color: #8FA615; }
span { border-color: rgb(143,166,21); }
td.TdClassName
{
border-color: #8FA615;
}
.TagClassName
{
border-color: #8FA615;
}
</style>