Shades of Citrus #8FAE11
Tints of Citrus #8FAE11
RGB
CMYK
RGB Variations
Color information
#8FAE11 (or 0x8FAE11) is known color: Citrus. HEX triplet: 8F, AE and 11. RGB value is (143,174,17). Sum of RGB (Red+Green+Blue) = 143+174+17=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAE11 is #7051EE. Grayscale: #939393. Windows color (decimal): -7361007 or 1158799. OLE color: 1158799.
HSL color Cylindrical-coordinate representation of color #8FAE11: hue angle of 71.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FAE11 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 17 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.32 |
| HSL | 71.85º | 0.82% | 0.37% | - |
| HSV(B) | 71.85º | 0.9% | 0.68% | - |
| XYZ | 26.56 | 36.15 | 6.11 | - |
| YUV | 146.83 | 54.73 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 17 | 0.18 | 0 | 0.90 | 0.32 | 71.85 | 0.82 | 0.37 |
| Hex | 8F | AE | 11 | 12 | 0 | 5A | 20 | 48 | 52 | 25 |
| Octal | 217 | 256 | 21 | 22 | 0 | 132 | 40 | 110 | 122 | 45 |
| Binary | 10001111 | 10101110 | 10001 | 10010 | 0 | 1011010 | 100000 | 1001000 | 1010010 | 100101 |
Color Harmonies of #8FAE11
Complementary color
Monochromatic Colors of #8FAE11
Black with #8FAE11
Text Example
Text Example
White with #8FAE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAE11; }
p { color: rgb(143,174,17); }
H1.HeaderClassName
{
color: #8FAE11;
}
.AnyTagClassName
{
color: #8FAE11;
}
</style>
background-color css
<style>
a { background-color: #8FAE11; }
a { background-color: rgb(143,174,17); }
div.DivClassName
{
background-color: #8FAE11;
}
.BgClassName
{
background-color: #8FAE11;
}
</style>
border-color css
<style>
span { border-color: #8FAE11; }
span { border-color: rgb(143,174,17); }
td.TdClassName
{
border-color: #8FAE11;
}
.TagClassName
{
border-color: #8FAE11;
}
</style>