Shades of Citron #9AAA1D
Tints of Citron #9AAA1D
RGB
CMYK
RGB Variations
Color information
#9AAA1D (or 0x9AAA1D) is known color: Citron. HEX triplet: 9A, AA and 1D. RGB value is (154,170,29). Sum of RGB (Red+Green+Blue) = 154+170+29=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA1D is #6555E2. Grayscale: #959595. Windows color (decimal): -6641123 or 1944218. OLE color: 1944218.
HSL color Cylindrical-coordinate representation of color #9AAA1D: hue angle of 66.81º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9AAA1D is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 29 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.33 |
| HSL | 66.81º | 0.71% | 0.39% | - |
| HSV(B) | 66.81º | 0.83% | 0.67% | - |
| XYZ | 27.92 | 35.71 | 6.58 | - |
| YUV | 149.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 29 | 0.09 | 0 | 0.83 | 0.33 | 66.81 | 0.71 | 0.39 |
| Hex | 9A | AA | 1D | 9 | 0 | 53 | 21 | 43 | 47 | 27 |
| Octal | 232 | 252 | 35 | 11 | 0 | 123 | 41 | 103 | 107 | 47 |
| Binary | 10011010 | 10101010 | 11101 | 1001 | 0 | 1010011 | 100001 | 1000011 | 1000111 | 100111 |
Color Harmonies of #9AAA1D
Complementary color
Monochromatic Colors of #9AAA1D
Black with #9AAA1D
Text Example
Text Example
White with #9AAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA1D; }
p { color: rgb(154,170,29); }
H1.HeaderClassName
{
color: #9AAA1D;
}
.AnyTagClassName
{
color: #9AAA1D;
}
</style>
background-color css
<style>
a { background-color: #9AAA1D; }
a { background-color: rgb(154,170,29); }
div.DivClassName
{
background-color: #9AAA1D;
}
.BgClassName
{
background-color: #9AAA1D;
}
</style>
border-color css
<style>
span { border-color: #9AAA1D; }
span { border-color: rgb(154,170,29); }
td.TdClassName
{
border-color: #9AAA1D;
}
.TagClassName
{
border-color: #9AAA1D;
}
</style>