Shades of Citrus #8FB409
Tints of Citrus #8FB409
RGB
CMYK
RGB Variations
Color information
#8FB409 (or 0x8FB409) is known color: Citrus. HEX triplet: 8F, B4 and 09. RGB value is (143,180,9). Sum of RGB (Red+Green+Blue) = 143+180+9=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB409 is #704BF6. Grayscale: #969696. Windows color (decimal): -7359479 or 636047. OLE color: 636047.
HSL color Cylindrical-coordinate representation of color #8FB409: hue angle of 72.98º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FB409 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 9 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.29 |
| HSL | 72.98º | 0.9% | 0.37% | - |
| HSV(B) | 72.98º | 0.95% | 0.71% | - |
| XYZ | 27.7 | 38.5 | 6.23 | - |
| YUV | 149.44 | 48.74 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 9 | 0.21 | 0 | 0.95 | 0.29 | 72.98 | 0.9 | 0.37 |
| Hex | 8F | B4 | 9 | 15 | 0 | 5F | 1D | 49 | 5A | 25 |
| Octal | 217 | 264 | 11 | 25 | 0 | 137 | 35 | 111 | 132 | 45 |
| Binary | 10001111 | 10110100 | 1001 | 10101 | 0 | 1011111 | 11101 | 1001001 | 1011010 | 100101 |
Color Harmonies of #8FB409
Complementary color
Monochromatic Colors of #8FB409
Black with #8FB409
Text Example
Text Example
White with #8FB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB409; }
p { color: rgb(143,180,9); }
H1.HeaderClassName
{
color: #8FB409;
}
.AnyTagClassName
{
color: #8FB409;
}
</style>
background-color css
<style>
a { background-color: #8FB409; }
a { background-color: rgb(143,180,9); }
div.DivClassName
{
background-color: #8FB409;
}
.BgClassName
{
background-color: #8FB409;
}
</style>
border-color css
<style>
span { border-color: #8FB409; }
span { border-color: rgb(143,180,9); }
td.TdClassName
{
border-color: #8FB409;
}
.TagClassName
{
border-color: #8FB409;
}
</style>