Shades of Citron #9FAB28
Tints of Citron #9FAB28
RGB
CMYK
RGB Variations
Color information
#9FAB28 (or 0x9FAB28) is known color: Citron. HEX triplet: 9F, AB and 28. RGB value is (159,171,40). Sum of RGB (Red+Green+Blue) = 159+171+40=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB28 is #6054D7. Grayscale: #989898. Windows color (decimal): -6313176 or 2665375. OLE color: 2665375.
HSL color Cylindrical-coordinate representation of color #9FAB28: hue angle of 65.5º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FAB28 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 40 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.33 |
| HSL | 65.5º | 0.62% | 0.41% | - |
| HSV(B) | 65.5º | 0.77% | 0.67% | - |
| XYZ | 29.24 | 36.65 | 7.54 | - |
| YUV | 152.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 40 | 0.07 | 0 | 0.77 | 0.33 | 65.5 | 0.62 | 0.41 |
| Hex | 9F | AB | 28 | 7 | 0 | 4D | 21 | 41 | 3E | 29 |
| Octal | 237 | 253 | 50 | 7 | 0 | 115 | 41 | 101 | 76 | 51 |
| Binary | 10011111 | 10101011 | 101000 | 111 | 0 | 1001101 | 100001 | 1000001 | 111110 | 101001 |
Color Harmonies of #9FAB28
Complementary color
Monochromatic Colors of #9FAB28
Black with #9FAB28
Text Example
Text Example
White with #9FAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB28; }
p { color: rgb(159,171,40); }
H1.HeaderClassName
{
color: #9FAB28;
}
.AnyTagClassName
{
color: #9FAB28;
}
</style>
background-color css
<style>
a { background-color: #9FAB28; }
a { background-color: rgb(159,171,40); }
div.DivClassName
{
background-color: #9FAB28;
}
.BgClassName
{
background-color: #9FAB28;
}
</style>
border-color css
<style>
span { border-color: #9FAB28; }
span { border-color: rgb(159,171,40); }
td.TdClassName
{
border-color: #9FAB28;
}
.TagClassName
{
border-color: #9FAB28;
}
</style>