Shades of Citrus #99AA14
Tints of Citrus #99AA14
RGB
CMYK
RGB Variations
Color information
#99AA14 (or 0x99AA14) is known color: Citrus. HEX triplet: 99, AA and 14. RGB value is (153,170,20). Sum of RGB (Red+Green+Blue) = 153+170+20=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AA14 is #6655EB. Grayscale: #949494. Windows color (decimal): -6706668 or 1354393. OLE color: 1354393.
HSL color Cylindrical-coordinate representation of color #99AA14: hue angle of 66.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99AA14 is Cyan = 0.1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 20 | - |
| CMYK | 0.1 | 0 | 0.88 | 0.33 |
| HSL | 66.8º | 0.79% | 0.37% | - |
| HSV(B) | 66.8º | 0.88% | 0.67% | - |
| XYZ | 27.64 | 35.57 | 6.07 | - |
| YUV | 147.82 | 55.87 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 20 | 0.1 | 0 | 0.88 | 0.33 | 66.8 | 0.79 | 0.37 |
| Hex | 99 | AA | 14 | A | 0 | 58 | 21 | 43 | 4F | 25 |
| Octal | 231 | 252 | 24 | 12 | 0 | 130 | 41 | 103 | 117 | 45 |
| Binary | 10011001 | 10101010 | 10100 | 1010 | 0 | 1011000 | 100001 | 1000011 | 1001111 | 100101 |
Color Harmonies of #99AA14
Complementary color
Monochromatic Colors of #99AA14
Black with #99AA14
Text Example
Text Example
White with #99AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA14; }
p { color: rgb(153,170,20); }
H1.HeaderClassName
{
color: #99AA14;
}
.AnyTagClassName
{
color: #99AA14;
}
</style>
background-color css
<style>
a { background-color: #99AA14; }
a { background-color: rgb(153,170,20); }
div.DivClassName
{
background-color: #99AA14;
}
.BgClassName
{
background-color: #99AA14;
}
</style>
border-color css
<style>
span { border-color: #99AA14; }
span { border-color: rgb(153,170,20); }
td.TdClassName
{
border-color: #99AA14;
}
.TagClassName
{
border-color: #99AA14;
}
</style>