Shades of Citron #9A9A0F
Tints of Citron #9A9A0F
RGB
CMYK
RGB Variations
Color information
#9A9A0F (or 0x9A9A0F) is known color: Citron. HEX triplet: 9A, 9A and 0F. RGB value is (154,154,15). Sum of RGB (Red+Green+Blue) = 154+154+15=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 154 - color contains mainly: red, green. Hex color #9A9A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9A0F is #6565F0. Grayscale: #8A8A8A. Windows color (decimal): -6645233 or 1022618. OLE color: 1022618.
HSL color Cylindrical-coordinate representation of color #9A9A0F: hue angle of 60º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A9A0F is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 154 | 15 | - |
| CMYK | 0 | 0 | 0.90 | 0.40 |
| HSL | 60º | 0.82% | 0.33% | - |
| HSV(B) | 60º | 0.9% | 0.6% | - |
| XYZ | 24.97 | 30.02 | 4.93 | - |
| YUV | 138.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 154 | 15 | 0 | 0 | 0.90 | 0.40 | 60 | 0.82 | 0.33 |
| Hex | 9A | 9A | F | 0 | 0 | 5A | 28 | 3C | 52 | 21 |
| Octal | 232 | 232 | 17 | 0 | 0 | 132 | 50 | 74 | 122 | 41 |
| Binary | 10011010 | 10011010 | 1111 | 0 | 0 | 1011010 | 101000 | 111100 | 1010010 | 100001 |
Color Harmonies of #9A9A0F
Complementary color
Monochromatic Colors of #9A9A0F
Black with #9A9A0F
Text Example
Text Example
White with #9A9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9A0F; }
p { color: rgb(154,154,15); }
H1.HeaderClassName
{
color: #9A9A0F;
}
.AnyTagClassName
{
color: #9A9A0F;
}
</style>
background-color css
<style>
a { background-color: #9A9A0F; }
a { background-color: rgb(154,154,15); }
div.DivClassName
{
background-color: #9A9A0F;
}
.BgClassName
{
background-color: #9A9A0F;
}
</style>
border-color css
<style>
span { border-color: #9A9A0F; }
span { border-color: rgb(154,154,15); }
td.TdClassName
{
border-color: #9A9A0F;
}
.TagClassName
{
border-color: #9A9A0F;
}
</style>