Shades of Citrus #99AC15
Tints of Citrus #99AC15
RGB
CMYK
RGB Variations
Color information
#99AC15 (or 0x99AC15) is known color: Citrus. HEX triplet: 99, AC and 15. RGB value is (153,172,21). Sum of RGB (Red+Green+Blue) = 153+172+21=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AC15 is #6653EA. Grayscale: #959595. Windows color (decimal): -6706155 or 1420441. OLE color: 1420441.
HSL color Cylindrical-coordinate representation of color #99AC15: hue angle of 67.55º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99AC15 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 21 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.33 |
| HSL | 67.55º | 0.78% | 0.38% | - |
| HSV(B) | 67.55º | 0.88% | 0.67% | - |
| XYZ | 28.02 | 36.33 | 6.25 | - |
| YUV | 149.11 | 55.71 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 21 | 0.11 | 0 | 0.88 | 0.33 | 67.55 | 0.78 | 0.38 |
| Hex | 99 | AC | 15 | B | 0 | 58 | 21 | 44 | 4E | 26 |
| Octal | 231 | 254 | 25 | 13 | 0 | 130 | 41 | 104 | 116 | 46 |
| Binary | 10011001 | 10101100 | 10101 | 1011 | 0 | 1011000 | 100001 | 1000100 | 1001110 | 100110 |
Color Harmonies of #99AC15
Complementary color
Monochromatic Colors of #99AC15
Black with #99AC15
Text Example
Text Example
White with #99AC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC15; }
p { color: rgb(153,172,21); }
H1.HeaderClassName
{
color: #99AC15;
}
.AnyTagClassName
{
color: #99AC15;
}
</style>
background-color css
<style>
a { background-color: #99AC15; }
a { background-color: rgb(153,172,21); }
div.DivClassName
{
background-color: #99AC15;
}
.BgClassName
{
background-color: #99AC15;
}
</style>
border-color css
<style>
span { border-color: #99AC15; }
span { border-color: rgb(153,172,21); }
td.TdClassName
{
border-color: #99AC15;
}
.TagClassName
{
border-color: #99AC15;
}
</style>