Shades of Citrus #8FA300
Tints of Citrus #8FA300
RGB
CMYK
RGB Variations
Color information
#8FA300 (or 0x8FA300) is known color: Citrus. HEX triplet: 8F, A3 and 00. RGB value is (143,163,0). Sum of RGB (Red+Green+Blue) = 143+163+0=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA300 is #705CFF. Grayscale: #8B8B8B. Windows color (decimal): -7363840 or 41871. OLE color: 41871.
HSL color Cylindrical-coordinate representation of color #8FA300: hue angle of 67.36º 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 #8FA300 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.36 |
| HSL | 67.36º | 1% | 0.32% | - |
| HSV(B) | 67.36º | 1% | 0.64% | - |
| XYZ | 24.42 | 32.03 | 4.9 | - |
| YUV | 138.44 | 49.87 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 0 | 0.12 | 0 | 1 | 0.36 | 67.36 | 1 | 0.32 |
| Hex | 8F | A3 | 0 | C | 0 | 64 | 24 | 43 | 64 | 20 |
| Octal | 217 | 243 | 0 | 14 | 0 | 144 | 44 | 103 | 144 | 40 |
| Binary | 10001111 | 10100011 | 0 | 1100 | 0 | 1100100 | 100100 | 1000011 | 1100100 | 100000 |
Color Harmonies of #8FA300
Complementary color
Monochromatic Colors of #8FA300
Black with #8FA300
Text Example
Text Example
White with #8FA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA300; }
p { color: rgb(143,163,0); }
H1.HeaderClassName
{
color: #8FA300;
}
.AnyTagClassName
{
color: #8FA300;
}
</style>
background-color css
<style>
a { background-color: #8FA300; }
a { background-color: rgb(143,163,0); }
div.DivClassName
{
background-color: #8FA300;
}
.BgClassName
{
background-color: #8FA300;
}
</style>
border-color css
<style>
span { border-color: #8FA300; }
span { border-color: rgb(143,163,0); }
td.TdClassName
{
border-color: #8FA300;
}
.TagClassName
{
border-color: #8FA300;
}
</style>