Shades of Citrus #8FB809
Tints of Citrus #8FB809
RGB
CMYK
RGB Variations
Color information
#8FB809 (or 0x8FB809) is known color: Citrus. HEX triplet: 8F, B8 and 09. RGB value is (143,184,9). Sum of RGB (Red+Green+Blue) = 143+184+9=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB809 is #7047F6. Grayscale: #989898. Windows color (decimal): -7358455 or 637071. OLE color: 637071.
HSL color Cylindrical-coordinate representation of color #8FB809: hue angle of 74.06º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FB809 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 9 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.28 |
| HSL | 74.06º | 0.91% | 0.38% | - |
| HSV(B) | 74.06º | 0.95% | 0.72% | - |
| XYZ | 28.52 | 40.14 | 6.5 | - |
| YUV | 151.79 | 47.42 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 9 | 0.22 | 0 | 0.95 | 0.28 | 74.06 | 0.91 | 0.38 |
| Hex | 8F | B8 | 9 | 16 | 0 | 5F | 1C | 4A | 5B | 26 |
| Octal | 217 | 270 | 11 | 26 | 0 | 137 | 34 | 112 | 133 | 46 |
| Binary | 10001111 | 10111000 | 1001 | 10110 | 0 | 1011111 | 11100 | 1001010 | 1011011 | 100110 |
Color Harmonies of #8FB809
Complementary color
Monochromatic Colors of #8FB809
Black with #8FB809
Text Example
Text Example
White with #8FB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB809; }
p { color: rgb(143,184,9); }
H1.HeaderClassName
{
color: #8FB809;
}
.AnyTagClassName
{
color: #8FB809;
}
</style>
background-color css
<style>
a { background-color: #8FB809; }
a { background-color: rgb(143,184,9); }
div.DivClassName
{
background-color: #8FB809;
}
.BgClassName
{
background-color: #8FB809;
}
</style>
border-color css
<style>
span { border-color: #8FB809; }
span { border-color: rgb(143,184,9); }
td.TdClassName
{
border-color: #8FB809;
}
.TagClassName
{
border-color: #8FB809;
}
</style>