Shades of Citrus #9ACE07
Tints of Citrus #9ACE07
RGB
CMYK
RGB Variations
Color information
#9ACE07 (or 0x9ACE07) is known color: Citrus. HEX triplet: 9A, CE and 07. RGB value is (154,206,7). Sum of RGB (Red+Green+Blue) = 154+206+7=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACE07 is #6531F8. Grayscale: #A8A8A8. Windows color (decimal): -6631929 or 511642. OLE color: 511642.
HSL color Cylindrical-coordinate representation of color #9ACE07: hue angle of 75.68º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9ACE07 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 7 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.19 |
| HSL | 75.68º | 0.93% | 0.42% | - |
| HSV(B) | 75.68º | 0.97% | 0.81% | - |
| XYZ | 35.44 | 51.03 | 8.18 | - |
| YUV | 167.77 | 37.27 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 7 | 0.25 | 0 | 0.97 | 0.19 | 75.68 | 0.93 | 0.42 |
| Hex | 9A | CE | 7 | 19 | 0 | 61 | 13 | 4C | 5D | 2A |
| Octal | 232 | 316 | 7 | 31 | 0 | 141 | 23 | 114 | 135 | 52 |
| Binary | 10011010 | 11001110 | 111 | 11001 | 0 | 1100001 | 10011 | 1001100 | 1011101 | 101010 |
Color Harmonies of #9ACE07
Complementary color
Monochromatic Colors of #9ACE07
Black with #9ACE07
Text Example
Text Example
White with #9ACE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE07; }
p { color: rgb(154,206,7); }
H1.HeaderClassName
{
color: #9ACE07;
}
.AnyTagClassName
{
color: #9ACE07;
}
</style>
background-color css
<style>
a { background-color: #9ACE07; }
a { background-color: rgb(154,206,7); }
div.DivClassName
{
background-color: #9ACE07;
}
.BgClassName
{
background-color: #9ACE07;
}
</style>
border-color css
<style>
span { border-color: #9ACE07; }
span { border-color: rgb(154,206,7); }
td.TdClassName
{
border-color: #9ACE07;
}
.TagClassName
{
border-color: #9ACE07;
}
</style>