Shades of Citrus #99AC17
Tints of Citrus #99AC17
RGB
CMYK
RGB Variations
Color information
#99AC17 (or 0x99AC17) is known color: Citrus. HEX triplet: 99, AC and 17. RGB value is (153,172,23). Sum of RGB (Red+Green+Blue) = 153+172+23=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AC17 is #6653E8. Grayscale: #959595. Windows color (decimal): -6706153 or 1551513. OLE color: 1551513.
HSL color Cylindrical-coordinate representation of color #99AC17: hue angle of 67.65º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99AC17 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 23 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.33 |
| HSL | 67.65º | 0.76% | 0.38% | - |
| HSV(B) | 67.65º | 0.87% | 0.67% | - |
| XYZ | 28.04 | 36.34 | 6.35 | - |
| YUV | 149.33 | 56.71 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 23 | 0.11 | 0 | 0.87 | 0.33 | 67.65 | 0.76 | 0.38 |
| Hex | 99 | AC | 17 | B | 0 | 57 | 21 | 44 | 4C | 26 |
| Octal | 231 | 254 | 27 | 13 | 0 | 127 | 41 | 104 | 114 | 46 |
| Binary | 10011001 | 10101100 | 10111 | 1011 | 0 | 1010111 | 100001 | 1000100 | 1001100 | 100110 |
Color Harmonies of #99AC17
Complementary color
Monochromatic Colors of #99AC17
Black with #99AC17
Text Example
Text Example
White with #99AC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC17; }
p { color: rgb(153,172,23); }
H1.HeaderClassName
{
color: #99AC17;
}
.AnyTagClassName
{
color: #99AC17;
}
</style>
background-color css
<style>
a { background-color: #99AC17; }
a { background-color: rgb(153,172,23); }
div.DivClassName
{
background-color: #99AC17;
}
.BgClassName
{
background-color: #99AC17;
}
</style>
border-color css
<style>
span { border-color: #99AC17; }
span { border-color: rgb(153,172,23); }
td.TdClassName
{
border-color: #99AC17;
}
.TagClassName
{
border-color: #99AC17;
}
</style>