Shades of Citrus #8FCA0A
Tints of Citrus #8FCA0A
RGB
CMYK
RGB Variations
Color information
#8FCA0A (or 0x8FCA0A) is known color: Citrus. HEX triplet: 8F, CA and 0A. RGB value is (143,202,10). Sum of RGB (Red+Green+Blue) = 143+202+10=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCA0A is #7035F5. Grayscale: #A3A3A3. Windows color (decimal): -7353846 or 707215. OLE color: 707215.
HSL color Cylindrical-coordinate representation of color #8FCA0A: hue angle of 78.44º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FCA0A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 10 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.21 |
| HSL | 78.44º | 0.91% | 0.42% | - |
| HSV(B) | 78.44º | 0.95% | 0.79% | - |
| XYZ | 32.5 | 48.1 | 7.86 | - |
| YUV | 162.47 | 41.95 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 10 | 0.29 | 0 | 0.95 | 0.21 | 78.44 | 0.91 | 0.42 |
| Hex | 8F | CA | A | 1D | 0 | 5F | 15 | 4E | 5B | 2A |
| Octal | 217 | 312 | 12 | 35 | 0 | 137 | 25 | 116 | 133 | 52 |
| Binary | 10001111 | 11001010 | 1010 | 11101 | 0 | 1011111 | 10101 | 1001110 | 1011011 | 101010 |
Color Harmonies of #8FCA0A
Complementary color
Monochromatic Colors of #8FCA0A
Black with #8FCA0A
Text Example
Text Example
White with #8FCA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA0A; }
p { color: rgb(143,202,10); }
H1.HeaderClassName
{
color: #8FCA0A;
}
.AnyTagClassName
{
color: #8FCA0A;
}
</style>
background-color css
<style>
a { background-color: #8FCA0A; }
a { background-color: rgb(143,202,10); }
div.DivClassName
{
background-color: #8FCA0A;
}
.BgClassName
{
background-color: #8FCA0A;
}
</style>
border-color css
<style>
span { border-color: #8FCA0A; }
span { border-color: rgb(143,202,10); }
td.TdClassName
{
border-color: #8FCA0A;
}
.TagClassName
{
border-color: #8FCA0A;
}
</style>