Shades of Citron #9AAA25
Tints of Citron #9AAA25
RGB
CMYK
RGB Variations
Color information
#9AAA25 (or 0x9AAA25) is known color: Citron. HEX triplet: 9A, AA and 25. RGB value is (154,170,37). Sum of RGB (Red+Green+Blue) = 154+170+37=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA25 is #6555DA. Grayscale: #969696. Windows color (decimal): -6641115 or 2468506. OLE color: 2468506.
HSL color Cylindrical-coordinate representation of color #9AAA25: hue angle of 67.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9AAA25 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 37 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.33 |
| HSL | 67.22º | 0.64% | 0.41% | - |
| HSV(B) | 67.22º | 0.78% | 0.67% | - |
| XYZ | 28.04 | 35.75 | 7.17 | - |
| YUV | 150.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 37 | 0.09 | 0 | 0.78 | 0.33 | 67.22 | 0.64 | 0.41 |
| Hex | 9A | AA | 25 | 9 | 0 | 4E | 21 | 43 | 40 | 29 |
| Octal | 232 | 252 | 45 | 11 | 0 | 116 | 41 | 103 | 100 | 51 |
| Binary | 10011010 | 10101010 | 100101 | 1001 | 0 | 1001110 | 100001 | 1000011 | 1000000 | 101001 |
Color Harmonies of #9AAA25
Complementary color
Monochromatic Colors of #9AAA25
Black with #9AAA25
Text Example
Text Example
White with #9AAA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA25; }
p { color: rgb(154,170,37); }
H1.HeaderClassName
{
color: #9AAA25;
}
.AnyTagClassName
{
color: #9AAA25;
}
</style>
background-color css
<style>
a { background-color: #9AAA25; }
a { background-color: rgb(154,170,37); }
div.DivClassName
{
background-color: #9AAA25;
}
.BgClassName
{
background-color: #9AAA25;
}
</style>
border-color css
<style>
span { border-color: #9AAA25; }
span { border-color: rgb(154,170,37); }
td.TdClassName
{
border-color: #9AAA25;
}
.TagClassName
{
border-color: #9AAA25;
}
</style>