Shades of Citrus #9AA103
Tints of Citrus #9AA103
RGB
CMYK
RGB Variations
Color information
#9AA103 (or 0x9AA103) is known color: Citrus. HEX triplet: 9A, A1 and 03. RGB value is (154,161,3). Sum of RGB (Red+Green+Blue) = 154+161+3=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA103 is #655EFC. Grayscale: #8D8D8D. Windows color (decimal): -6643453 or 237978. OLE color: 237978.
HSL color Cylindrical-coordinate representation of color #9AA103: hue angle of 62.66º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9AA103 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.37 |
| HSL | 62.66º | 0.96% | 0.32% | - |
| HSV(B) | 62.66º | 0.98% | 0.63% | - |
| XYZ | 26.09 | 32.37 | 4.96 | - |
| YUV | 140.9 | 50.18 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 3 | 0.04 | 0 | 0.98 | 0.37 | 62.66 | 0.96 | 0.32 |
| Hex | 9A | A1 | 3 | 4 | 0 | 62 | 25 | 3F | 60 | 20 |
| Octal | 232 | 241 | 3 | 4 | 0 | 142 | 45 | 77 | 140 | 40 |
| Binary | 10011010 | 10100001 | 11 | 100 | 0 | 1100010 | 100101 | 111111 | 1100000 | 100000 |
Color Harmonies of #9AA103
Complementary color
Monochromatic Colors of #9AA103
Black with #9AA103
Text Example
Text Example
White with #9AA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA103; }
p { color: rgb(154,161,3); }
H1.HeaderClassName
{
color: #9AA103;
}
.AnyTagClassName
{
color: #9AA103;
}
</style>
background-color css
<style>
a { background-color: #9AA103; }
a { background-color: rgb(154,161,3); }
div.DivClassName
{
background-color: #9AA103;
}
.BgClassName
{
background-color: #9AA103;
}
</style>
border-color css
<style>
span { border-color: #9AA103; }
span { border-color: rgb(154,161,3); }
td.TdClassName
{
border-color: #9AA103;
}
.TagClassName
{
border-color: #9AA103;
}
</style>