Shades of Citrus #9ACE08
Tints of Citrus #9ACE08
RGB
CMYK
RGB Variations
Color information
#9ACE08 (or 0x9ACE08) is known color: Citrus. HEX triplet: 9A, CE and 08. RGB value is (154,206,8). Sum of RGB (Red+Green+Blue) = 154+206+8=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACE08 is #6531F7. Grayscale: #A8A8A8. Windows color (decimal): -6631928 or 577178. OLE color: 577178.
HSL color Cylindrical-coordinate representation of color #9ACE08: hue angle of 75.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9ACE08 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.19 |
| HSL | 75.76º | 0.93% | 0.42% | - |
| HSV(B) | 75.76º | 0.96% | 0.81% | - |
| XYZ | 35.44 | 51.03 | 8.21 | - |
| YUV | 167.88 | 37.77 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 8 | 0.25 | 0 | 0.96 | 0.19 | 75.76 | 0.93 | 0.42 |
| Hex | 9A | CE | 8 | 19 | 0 | 60 | 13 | 4C | 5D | 2A |
| Octal | 232 | 316 | 10 | 31 | 0 | 140 | 23 | 114 | 135 | 52 |
| Binary | 10011010 | 11001110 | 1000 | 11001 | 0 | 1100000 | 10011 | 1001100 | 1011101 | 101010 |
Color Harmonies of #9ACE08
Complementary color
Monochromatic Colors of #9ACE08
Black with #9ACE08
Text Example
Text Example
White with #9ACE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE08; }
p { color: rgb(154,206,8); }
H1.HeaderClassName
{
color: #9ACE08;
}
.AnyTagClassName
{
color: #9ACE08;
}
</style>
background-color css
<style>
a { background-color: #9ACE08; }
a { background-color: rgb(154,206,8); }
div.DivClassName
{
background-color: #9ACE08;
}
.BgClassName
{
background-color: #9ACE08;
}
</style>
border-color css
<style>
span { border-color: #9ACE08; }
span { border-color: rgb(154,206,8); }
td.TdClassName
{
border-color: #9ACE08;
}
.TagClassName
{
border-color: #9ACE08;
}
</style>