Shades of Citrus #98CE09
Tints of Citrus #98CE09
RGB
CMYK
RGB Variations
Color information
#98CE09 (or 0x98CE09) is known color: Citrus. HEX triplet: 98, CE and 09. RGB value is (152,206,9). Sum of RGB (Red+Green+Blue) = 152+206+9=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CE09 is #6731F6. Grayscale: #A8A8A8. Windows color (decimal): -6762999 or 642712. OLE color: 642712.
HSL color Cylindrical-coordinate representation of color #98CE09: hue angle of 76.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98CE09 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.19 |
| HSL | 76.45º | 0.92% | 0.42% | - |
| HSV(B) | 76.45º | 0.96% | 0.81% | - |
| XYZ | 35.07 | 50.84 | 8.22 | - |
| YUV | 167.4 | 38.61 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 9 | 0.26 | 0 | 0.96 | 0.19 | 76.45 | 0.92 | 0.42 |
| Hex | 98 | CE | 9 | 1A | 0 | 60 | 13 | 4C | 5C | 2A |
| Octal | 230 | 316 | 11 | 32 | 0 | 140 | 23 | 114 | 134 | 52 |
| Binary | 10011000 | 11001110 | 1001 | 11010 | 0 | 1100000 | 10011 | 1001100 | 1011100 | 101010 |
Color Harmonies of #98CE09
Complementary color
Monochromatic Colors of #98CE09
Black with #98CE09
Text Example
Text Example
White with #98CE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE09; }
p { color: rgb(152,206,9); }
H1.HeaderClassName
{
color: #98CE09;
}
.AnyTagClassName
{
color: #98CE09;
}
</style>
background-color css
<style>
a { background-color: #98CE09; }
a { background-color: rgb(152,206,9); }
div.DivClassName
{
background-color: #98CE09;
}
.BgClassName
{
background-color: #98CE09;
}
</style>
border-color css
<style>
span { border-color: #98CE09; }
span { border-color: rgb(152,206,9); }
td.TdClassName
{
border-color: #98CE09;
}
.TagClassName
{
border-color: #98CE09;
}
</style>