Shades of Citrus #8FA400
Tints of Citrus #8FA400
RGB
CMYK
RGB Variations
Color information
#8FA400 (or 0x8FA400) is known color: Citrus. HEX triplet: 8F, A4 and 00. RGB value is (143,164,0). Sum of RGB (Red+Green+Blue) = 143+164+0=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA400 is #705BFF. Grayscale: #8B8B8B. Windows color (decimal): -7363584 or 42127. OLE color: 42127.
HSL color Cylindrical-coordinate representation of color #8FA400: hue angle of 67.68º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FA400 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.36 |
| HSL | 67.68º | 1% | 0.32% | - |
| HSV(B) | 67.68º | 1% | 0.64% | - |
| XYZ | 24.6 | 32.39 | 4.96 | - |
| YUV | 139.03 | 49.54 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 0 | 0.13 | 0 | 1 | 0.36 | 67.68 | 1 | 0.32 |
| Hex | 8F | A4 | 0 | D | 0 | 64 | 24 | 44 | 64 | 20 |
| Octal | 217 | 244 | 0 | 15 | 0 | 144 | 44 | 104 | 144 | 40 |
| Binary | 10001111 | 10100100 | 0 | 1101 | 0 | 1100100 | 100100 | 1000100 | 1100100 | 100000 |
Color Harmonies of #8FA400
Complementary color
Monochromatic Colors of #8FA400
Black with #8FA400
Text Example
Text Example
White with #8FA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA400; }
p { color: rgb(143,164,0); }
H1.HeaderClassName
{
color: #8FA400;
}
.AnyTagClassName
{
color: #8FA400;
}
</style>
background-color css
<style>
a { background-color: #8FA400; }
a { background-color: rgb(143,164,0); }
div.DivClassName
{
background-color: #8FA400;
}
.BgClassName
{
background-color: #8FA400;
}
</style>
border-color css
<style>
span { border-color: #8FA400; }
span { border-color: rgb(143,164,0); }
td.TdClassName
{
border-color: #8FA400;
}
.TagClassName
{
border-color: #8FA400;
}
</style>