Shades of Citron #8F9C30
Tints of Citron #8F9C30
RGB
CMYK
RGB Variations
Color information
#8F9C30 (or 0x8F9C30) is known color: Citron. HEX triplet: 8F, 9C and 30. RGB value is (143,156,48). Sum of RGB (Red+Green+Blue) = 143+156+48=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9C30 is #7063CF. Grayscale: #8C8C8C. Windows color (decimal): -7365584 or 3185807. OLE color: 3185807.
HSL color Cylindrical-coordinate representation of color #8F9C30: hue angle of 67.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F9C30 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 48 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.39 |
| HSL | 67.22º | 0.53% | 0.4% | - |
| HSV(B) | 67.22º | 0.69% | 0.61% | - |
| XYZ | 23.75 | 29.83 | 7.3 | - |
| YUV | 139.8 | 76.19 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 48 | 0.08 | 0 | 0.69 | 0.39 | 67.22 | 0.53 | 0.4 |
| Hex | 8F | 9C | 30 | 8 | 0 | 45 | 27 | 43 | 35 | 28 |
| Octal | 217 | 234 | 60 | 10 | 0 | 105 | 47 | 103 | 65 | 50 |
| Binary | 10001111 | 10011100 | 110000 | 1000 | 0 | 1000101 | 100111 | 1000011 | 110101 | 101000 |
Color Harmonies of #8F9C30
Complementary color
Monochromatic Colors of #8F9C30
Black with #8F9C30
Text Example
Text Example
White with #8F9C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C30; }
p { color: rgb(143,156,48); }
H1.HeaderClassName
{
color: #8F9C30;
}
.AnyTagClassName
{
color: #8F9C30;
}
</style>
background-color css
<style>
a { background-color: #8F9C30; }
a { background-color: rgb(143,156,48); }
div.DivClassName
{
background-color: #8F9C30;
}
.BgClassName
{
background-color: #8F9C30;
}
</style>
border-color css
<style>
span { border-color: #8F9C30; }
span { border-color: rgb(143,156,48); }
td.TdClassName
{
border-color: #8F9C30;
}
.TagClassName
{
border-color: #8F9C30;
}
</style>