Shades of Citrus #9AA001
Tints of Citrus #9AA001
RGB
CMYK
RGB Variations
Color information
#9AA001 (or 0x9AA001) is known color: Citrus. HEX triplet: 9A, A0 and 01. RGB value is (154,160,1). Sum of RGB (Red+Green+Blue) = 154+160+1=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA001 is #655FFE. Grayscale: #8C8C8C. Windows color (decimal): -6643711 or 106650. OLE color: 106650.
HSL color Cylindrical-coordinate representation of color #9AA001: hue angle of 62.26º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AA001 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.37 |
| HSL | 62.26º | 0.99% | 0.32% | - |
| HSV(B) | 62.26º | 0.99% | 0.63% | - |
| XYZ | 25.9 | 32.01 | 4.84 | - |
| YUV | 140.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 1 | 0.04 | 0 | 0.99 | 0.37 | 62.26 | 0.99 | 0.32 |
| Hex | 9A | A0 | 1 | 4 | 0 | 63 | 25 | 3E | 63 | 20 |
| Octal | 232 | 240 | 1 | 4 | 0 | 143 | 45 | 76 | 143 | 40 |
| Binary | 10011010 | 10100000 | 1 | 100 | 0 | 1100011 | 100101 | 111110 | 1100011 | 100000 |
Color Harmonies of #9AA001
Complementary color
Monochromatic Colors of #9AA001
Black with #9AA001
Text Example
Text Example
White with #9AA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA001; }
p { color: rgb(154,160,1); }
H1.HeaderClassName
{
color: #9AA001;
}
.AnyTagClassName
{
color: #9AA001;
}
</style>
background-color css
<style>
a { background-color: #9AA001; }
a { background-color: rgb(154,160,1); }
div.DivClassName
{
background-color: #9AA001;
}
.BgClassName
{
background-color: #9AA001;
}
</style>
border-color css
<style>
span { border-color: #9AA001; }
span { border-color: rgb(154,160,1); }
td.TdClassName
{
border-color: #9AA001;
}
.TagClassName
{
border-color: #9AA001;
}
</style>