Shades of Citrus #9AAE07
Tints of Citrus #9AAE07
RGB
CMYK
RGB Variations
Color information
#9AAE07 (or 0x9AAE07) is known color: Citrus. HEX triplet: 9A, AE and 07. RGB value is (154,174,7). Sum of RGB (Red+Green+Blue) = 154+174+7=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAE07 is #6551F8. Grayscale: #959595. Windows color (decimal): -6640121 or 503450. OLE color: 503450.
HSL color Cylindrical-coordinate representation of color #9AAE07: hue angle of 67.19º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AAE07 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 7 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.32 |
| HSL | 67.19º | 0.92% | 0.35% | - |
| HSV(B) | 67.19º | 0.96% | 0.68% | - |
| XYZ | 28.5 | 37.16 | 5.87 | - |
| YUV | 148.98 | 47.87 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 7 | 0.11 | 0 | 0.96 | 0.32 | 67.19 | 0.92 | 0.35 |
| Hex | 9A | AE | 7 | B | 0 | 60 | 20 | 43 | 5C | 23 |
| Octal | 232 | 256 | 7 | 13 | 0 | 140 | 40 | 103 | 134 | 43 |
| Binary | 10011010 | 10101110 | 111 | 1011 | 0 | 1100000 | 100000 | 1000011 | 1011100 | 100011 |
Color Harmonies of #9AAE07
Complementary color
Monochromatic Colors of #9AAE07
Black with #9AAE07
Text Example
Text Example
White with #9AAE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAE07; }
p { color: rgb(154,174,7); }
H1.HeaderClassName
{
color: #9AAE07;
}
.AnyTagClassName
{
color: #9AAE07;
}
</style>
background-color css
<style>
a { background-color: #9AAE07; }
a { background-color: rgb(154,174,7); }
div.DivClassName
{
background-color: #9AAE07;
}
.BgClassName
{
background-color: #9AAE07;
}
</style>
border-color css
<style>
span { border-color: #9AAE07; }
span { border-color: rgb(154,174,7); }
td.TdClassName
{
border-color: #9AAE07;
}
.TagClassName
{
border-color: #9AAE07;
}
</style>