Shades of Citrus #8FA702
Tints of Citrus #8FA702
RGB
CMYK
RGB Variations
Color information
#8FA702 (or 0x8FA702) is known color: Citrus. HEX triplet: 8F, A7 and 02. RGB value is (143,167,2). Sum of RGB (Red+Green+Blue) = 143+167+2=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA702 is #7058FD. Grayscale: #8D8D8D. Windows color (decimal): -7362814 or 173967. OLE color: 173967.
HSL color Cylindrical-coordinate representation of color #8FA702: hue angle of 68.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FA702 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 167 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.35 |
| HSL | 68.73º | 0.98% | 0.33% | - |
| HSV(B) | 68.73º | 0.99% | 0.65% | - |
| XYZ | 25.16 | 33.48 | 5.19 | - |
| YUV | 141.01 | 49.55 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 2 | 0.14 | 0 | 0.99 | 0.35 | 68.73 | 0.98 | 0.33 |
| Hex | 8F | A7 | 2 | E | 0 | 63 | 23 | 45 | 62 | 21 |
| Octal | 217 | 247 | 2 | 16 | 0 | 143 | 43 | 105 | 142 | 41 |
| Binary | 10001111 | 10100111 | 10 | 1110 | 0 | 1100011 | 100011 | 1000101 | 1100010 | 100001 |
Color Harmonies of #8FA702
Complementary color
Monochromatic Colors of #8FA702
Black with #8FA702
Text Example
Text Example
White with #8FA702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA702; }
p { color: rgb(143,167,2); }
H1.HeaderClassName
{
color: #8FA702;
}
.AnyTagClassName
{
color: #8FA702;
}
</style>
background-color css
<style>
a { background-color: #8FA702; }
a { background-color: rgb(143,167,2); }
div.DivClassName
{
background-color: #8FA702;
}
.BgClassName
{
background-color: #8FA702;
}
</style>
border-color css
<style>
span { border-color: #8FA702; }
span { border-color: rgb(143,167,2); }
td.TdClassName
{
border-color: #8FA702;
}
.TagClassName
{
border-color: #8FA702;
}
</style>