Shades of Citron #9FAA28
Tints of Citron #9FAA28
RGB
CMYK
RGB Variations
Color information
#9FAA28 (or 0x9FAA28) is known color: Citron. HEX triplet: 9F, AA and 28. RGB value is (159,170,40). Sum of RGB (Red+Green+Blue) = 159+170+40=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA28 is #6055D7. Grayscale: #989898. Windows color (decimal): -6313432 or 2665119. OLE color: 2665119.
HSL color Cylindrical-coordinate representation of color #9FAA28: hue angle of 65.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9FAA28 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 40 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.33 |
| HSL | 65.08º | 0.62% | 0.41% | - |
| HSV(B) | 65.08º | 0.76% | 0.67% | - |
| XYZ | 29.06 | 36.27 | 7.48 | - |
| YUV | 151.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 40 | 0.06 | 0 | 0.76 | 0.33 | 65.08 | 0.62 | 0.41 |
| Hex | 9F | AA | 28 | 6 | 0 | 4C | 21 | 41 | 3E | 29 |
| Octal | 237 | 252 | 50 | 6 | 0 | 114 | 41 | 101 | 76 | 51 |
| Binary | 10011111 | 10101010 | 101000 | 110 | 0 | 1001100 | 100001 | 1000001 | 111110 | 101001 |
Color Harmonies of #9FAA28
Complementary color
Monochromatic Colors of #9FAA28
Black with #9FAA28
Text Example
Text Example
White with #9FAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA28; }
p { color: rgb(159,170,40); }
H1.HeaderClassName
{
color: #9FAA28;
}
.AnyTagClassName
{
color: #9FAA28;
}
</style>
background-color css
<style>
a { background-color: #9FAA28; }
a { background-color: rgb(159,170,40); }
div.DivClassName
{
background-color: #9FAA28;
}
.BgClassName
{
background-color: #9FAA28;
}
</style>
border-color css
<style>
span { border-color: #9FAA28; }
span { border-color: rgb(159,170,40); }
td.TdClassName
{
border-color: #9FAA28;
}
.TagClassName
{
border-color: #9FAA28;
}
</style>