Shades of Citrus #99AC14
Tints of Citrus #99AC14
RGB
CMYK
RGB Variations
Color information
#99AC14 (or 0x99AC14) is known color: Citrus. HEX triplet: 99, AC and 14. RGB value is (153,172,20). Sum of RGB (Red+Green+Blue) = 153+172+20=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AC14 is #6653EB. Grayscale: #959595. Windows color (decimal): -6706156 or 1354905. OLE color: 1354905.
HSL color Cylindrical-coordinate representation of color #99AC14: hue angle of 67.5º degrees, saturation: 0.79, 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 #99AC14 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 20 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.33 |
| HSL | 67.5º | 0.79% | 0.38% | - |
| HSV(B) | 67.5º | 0.88% | 0.67% | - |
| XYZ | 28.02 | 36.33 | 6.2 | - |
| YUV | 148.99 | 55.21 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 20 | 0.11 | 0 | 0.88 | 0.33 | 67.5 | 0.79 | 0.38 |
| Hex | 99 | AC | 14 | B | 0 | 58 | 21 | 44 | 4F | 26 |
| Octal | 231 | 254 | 24 | 13 | 0 | 130 | 41 | 104 | 117 | 46 |
| Binary | 10011001 | 10101100 | 10100 | 1011 | 0 | 1011000 | 100001 | 1000100 | 1001111 | 100110 |
Color Harmonies of #99AC14
Complementary color
Monochromatic Colors of #99AC14
Black with #99AC14
Text Example
Text Example
White with #99AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC14; }
p { color: rgb(153,172,20); }
H1.HeaderClassName
{
color: #99AC14;
}
.AnyTagClassName
{
color: #99AC14;
}
</style>
background-color css
<style>
a { background-color: #99AC14; }
a { background-color: rgb(153,172,20); }
div.DivClassName
{
background-color: #99AC14;
}
.BgClassName
{
background-color: #99AC14;
}
</style>
border-color css
<style>
span { border-color: #99AC14; }
span { border-color: rgb(153,172,20); }
td.TdClassName
{
border-color: #99AC14;
}
.TagClassName
{
border-color: #99AC14;
}
</style>