Shades of Citrus #99AE17
Tints of Citrus #99AE17
RGB
CMYK
RGB Variations
Color information
#99AE17 (or 0x99AE17) is known color: Citrus. HEX triplet: 99, AE and 17. RGB value is (153,174,23). Sum of RGB (Red+Green+Blue) = 153+174+23=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AE17 is #6651E8. Grayscale: #979797. Windows color (decimal): -6705641 or 1552025. OLE color: 1552025.
HSL color Cylindrical-coordinate representation of color #99AE17: hue angle of 68.34º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99AE17 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 23 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.32 |
| HSL | 68.34º | 0.77% | 0.39% | - |
| HSV(B) | 68.34º | 0.87% | 0.68% | - |
| XYZ | 28.43 | 37.11 | 6.47 | - |
| YUV | 150.51 | 56.04 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 23 | 0.12 | 0 | 0.87 | 0.32 | 68.34 | 0.77 | 0.39 |
| Hex | 99 | AE | 17 | C | 0 | 57 | 20 | 44 | 4D | 27 |
| Octal | 231 | 256 | 27 | 14 | 0 | 127 | 40 | 104 | 115 | 47 |
| Binary | 10011001 | 10101110 | 10111 | 1100 | 0 | 1010111 | 100000 | 1000100 | 1001101 | 100111 |
Color Harmonies of #99AE17
Complementary color
Monochromatic Colors of #99AE17
Black with #99AE17
Text Example
Text Example
White with #99AE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE17; }
p { color: rgb(153,174,23); }
H1.HeaderClassName
{
color: #99AE17;
}
.AnyTagClassName
{
color: #99AE17;
}
</style>
background-color css
<style>
a { background-color: #99AE17; }
a { background-color: rgb(153,174,23); }
div.DivClassName
{
background-color: #99AE17;
}
.BgClassName
{
background-color: #99AE17;
}
</style>
border-color css
<style>
span { border-color: #99AE17; }
span { border-color: rgb(153,174,23); }
td.TdClassName
{
border-color: #99AE17;
}
.TagClassName
{
border-color: #99AE17;
}
</style>