Shades of Citrus #8FB90D
Tints of Citrus #8FB90D
RGB
CMYK
RGB Variations
Color information
#8FB90D (or 0x8FB90D) is known color: Citrus. HEX triplet: 8F, B9 and 0D. RGB value is (143,185,13). Sum of RGB (Red+Green+Blue) = 143+185+13=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB90D is #7046F2. Grayscale: #999999. Windows color (decimal): -7358195 or 899471. OLE color: 899471.
HSL color Cylindrical-coordinate representation of color #8FB90D: hue angle of 74.65º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FB90D is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 185 | 13 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.27 |
| HSL | 74.65º | 0.87% | 0.39% | - |
| HSV(B) | 74.65º | 0.93% | 0.73% | - |
| XYZ | 28.75 | 40.57 | 6.7 | - |
| YUV | 152.83 | 49.09 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 13 | 0.23 | 0 | 0.93 | 0.27 | 74.65 | 0.87 | 0.39 |
| Hex | 8F | B9 | D | 17 | 0 | 5D | 1B | 4B | 57 | 27 |
| Octal | 217 | 271 | 15 | 27 | 0 | 135 | 33 | 113 | 127 | 47 |
| Binary | 10001111 | 10111001 | 1101 | 10111 | 0 | 1011101 | 11011 | 1001011 | 1010111 | 100111 |
Color Harmonies of #8FB90D
Complementary color
Monochromatic Colors of #8FB90D
Black with #8FB90D
Text Example
Text Example
White with #8FB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB90D; }
p { color: rgb(143,185,13); }
H1.HeaderClassName
{
color: #8FB90D;
}
.AnyTagClassName
{
color: #8FB90D;
}
</style>
background-color css
<style>
a { background-color: #8FB90D; }
a { background-color: rgb(143,185,13); }
div.DivClassName
{
background-color: #8FB90D;
}
.BgClassName
{
background-color: #8FB90D;
}
</style>
border-color css
<style>
span { border-color: #8FB90D; }
span { border-color: rgb(143,185,13); }
td.TdClassName
{
border-color: #8FB90D;
}
.TagClassName
{
border-color: #8FB90D;
}
</style>