Shades of Citron #9AAA1C
Tints of Citron #9AAA1C
RGB
CMYK
RGB Variations
Color information
#9AAA1C (or 0x9AAA1C) is known color: Citron. HEX triplet: 9A, AA and 1C. RGB value is (154,170,28). Sum of RGB (Red+Green+Blue) = 154+170+28=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA1C is #6555E3. Grayscale: #959595. Windows color (decimal): -6641124 or 1878682. OLE color: 1878682.
HSL color Cylindrical-coordinate representation of color #9AAA1C: hue angle of 66.76º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9AAA1C is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 28 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.33 |
| HSL | 66.76º | 0.72% | 0.39% | - |
| HSV(B) | 66.76º | 0.84% | 0.67% | - |
| XYZ | 27.91 | 35.7 | 6.52 | - |
| YUV | 149.03 | 59.7 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 28 | 0.09 | 0 | 0.84 | 0.33 | 66.76 | 0.72 | 0.39 |
| Hex | 9A | AA | 1C | 9 | 0 | 54 | 21 | 43 | 48 | 27 |
| Octal | 232 | 252 | 34 | 11 | 0 | 124 | 41 | 103 | 110 | 47 |
| Binary | 10011010 | 10101010 | 11100 | 1001 | 0 | 1010100 | 100001 | 1000011 | 1001000 | 100111 |
Color Harmonies of #9AAA1C
Complementary color
Monochromatic Colors of #9AAA1C
Black with #9AAA1C
Text Example
Text Example
White with #9AAA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA1C; }
p { color: rgb(154,170,28); }
H1.HeaderClassName
{
color: #9AAA1C;
}
.AnyTagClassName
{
color: #9AAA1C;
}
</style>
background-color css
<style>
a { background-color: #9AAA1C; }
a { background-color: rgb(154,170,28); }
div.DivClassName
{
background-color: #9AAA1C;
}
.BgClassName
{
background-color: #9AAA1C;
}
</style>
border-color css
<style>
span { border-color: #9AAA1C; }
span { border-color: rgb(154,170,28); }
td.TdClassName
{
border-color: #9AAA1C;
}
.TagClassName
{
border-color: #9AAA1C;
}
</style>