Shades of Citrus #99A600
Tints of Citrus #99A600
RGB
CMYK
RGB Variations
Color information
#99A600 (or 0x99A600) is known color: Citrus. HEX triplet: 99, A6 and 00. RGB value is (153,166,0). Sum of RGB (Red+Green+Blue) = 153+166+0=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #99A600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A600 is #6659FF. Grayscale: #8F8F8F. Windows color (decimal): -6707712 or 42649. OLE color: 42649.
HSL color Cylindrical-coordinate representation of color #99A600: hue angle of 64.7º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99A600 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.35 |
| HSL | 64.7º | 1% | 0.33% | - |
| HSV(B) | 64.7º | 1% | 0.65% | - |
| XYZ | 26.77 | 34.04 | 5.16 | - |
| YUV | 143.19 | 47.19 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 0 | 0.08 | 0 | 1 | 0.35 | 64.7 | 1 | 0.33 |
| Hex | 99 | A6 | 0 | 8 | 0 | 64 | 23 | 41 | 64 | 21 |
| Octal | 231 | 246 | 0 | 10 | 0 | 144 | 43 | 101 | 144 | 41 |
| Binary | 10011001 | 10100110 | 0 | 1000 | 0 | 1100100 | 100011 | 1000001 | 1100100 | 100001 |
Color Harmonies of #99A600
Complementary color
Monochromatic Colors of #99A600
Black with #99A600
Text Example
Text Example
White with #99A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A600; }
p { color: rgb(153,166,0); }
H1.HeaderClassName
{
color: #99A600;
}
.AnyTagClassName
{
color: #99A600;
}
</style>
background-color css
<style>
a { background-color: #99A600; }
a { background-color: rgb(153,166,0); }
div.DivClassName
{
background-color: #99A600;
}
.BgClassName
{
background-color: #99A600;
}
</style>
border-color css
<style>
span { border-color: #99A600; }
span { border-color: rgb(153,166,0); }
td.TdClassName
{
border-color: #99A600;
}
.TagClassName
{
border-color: #99A600;
}
</style>