Shades of Citrus #9AA702
Tints of Citrus #9AA702
RGB
CMYK
RGB Variations
Color information
#9AA702 (or 0x9AA702) is known color: Citrus. HEX triplet: 9A, A7 and 02. RGB value is (154,167,2). Sum of RGB (Red+Green+Blue) = 154+167+2=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 167 (65.62% from 255 or 51.70% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 167 - color contains mainly: green. Hex color #9AA702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA702 is #6558FD. Grayscale: #909090. Windows color (decimal): -6641918 or 173978. OLE color: 173978.
HSL color Cylindrical-coordinate representation of color #9AA702: hue angle of 64.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AA702 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 167 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.35 |
| HSL | 64.73º | 0.98% | 0.33% | - |
| HSV(B) | 64.73º | 0.99% | 0.65% | - |
| XYZ | 27.16 | 34.51 | 5.29 | - |
| YUV | 144.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 167 | 2 | 0.08 | 0 | 0.99 | 0.35 | 64.73 | 0.98 | 0.33 |
| Hex | 9A | A7 | 2 | 8 | 0 | 63 | 23 | 41 | 62 | 21 |
| Octal | 232 | 247 | 2 | 10 | 0 | 143 | 43 | 101 | 142 | 41 |
| Binary | 10011010 | 10100111 | 10 | 1000 | 0 | 1100011 | 100011 | 1000001 | 1100010 | 100001 |
Color Harmonies of #9AA702
Complementary color
Monochromatic Colors of #9AA702
Black with #9AA702
Text Example
Text Example
White with #9AA702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA702; }
p { color: rgb(154,167,2); }
H1.HeaderClassName
{
color: #9AA702;
}
.AnyTagClassName
{
color: #9AA702;
}
</style>
background-color css
<style>
a { background-color: #9AA702; }
a { background-color: rgb(154,167,2); }
div.DivClassName
{
background-color: #9AA702;
}
.BgClassName
{
background-color: #9AA702;
}
</style>
border-color css
<style>
span { border-color: #9AA702; }
span { border-color: rgb(154,167,2); }
td.TdClassName
{
border-color: #9AA702;
}
.TagClassName
{
border-color: #9AA702;
}
</style>