Shades of Citrus #9FD102
Tints of Citrus #9FD102
RGB
CMYK
RGB Variations
Color information
#9FD102 (or 0x9FD102) is known color: Citrus. HEX triplet: 9F, D1 and 02. RGB value is (159,209,2). Sum of RGB (Red+Green+Blue) = 159+209+2=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 209 (82.03% from 255 or 56.49% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD102 is #602EFD. Grayscale: #ABABAB. Windows color (decimal): -6303486 or 184735. OLE color: 184735.
HSL color Cylindrical-coordinate representation of color #9FD102: hue angle of 74.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FD102 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 209 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.18 |
| HSL | 74.49º | 0.98% | 0.41% | - |
| HSV(B) | 74.49º | 0.99% | 0.82% | - |
| XYZ | 37.11 | 52.98 | 8.33 | - |
| YUV | 170.45 | 32.94 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 209 | 2 | 0.24 | 0 | 0.99 | 0.18 | 74.49 | 0.98 | 0.41 |
| Hex | 9F | D1 | 2 | 18 | 0 | 63 | 12 | 4A | 62 | 29 |
| Octal | 237 | 321 | 2 | 30 | 0 | 143 | 22 | 112 | 142 | 51 |
| Binary | 10011111 | 11010001 | 10 | 11000 | 0 | 1100011 | 10010 | 1001010 | 1100010 | 101001 |
Color Harmonies of #9FD102
Complementary color
Monochromatic Colors of #9FD102
Black with #9FD102
Text Example
Text Example
White with #9FD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD102; }
p { color: rgb(159,209,2); }
H1.HeaderClassName
{
color: #9FD102;
}
.AnyTagClassName
{
color: #9FD102;
}
</style>
background-color css
<style>
a { background-color: #9FD102; }
a { background-color: rgb(159,209,2); }
div.DivClassName
{
background-color: #9FD102;
}
.BgClassName
{
background-color: #9FD102;
}
</style>
border-color css
<style>
span { border-color: #9FD102; }
span { border-color: rgb(159,209,2); }
td.TdClassName
{
border-color: #9FD102;
}
.TagClassName
{
border-color: #9FD102;
}
</style>