Shades of Citrus #99A300
Tints of Citrus #99A300
RGB
CMYK
RGB Variations
Color information
#99A300 (or 0x99A300) is known color: Citrus. HEX triplet: 99, A3 and 00. RGB value is (153,163,0). Sum of RGB (Red+Green+Blue) = 153+163+0=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #99A300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A300 is #665CFF. Grayscale: #8E8E8E. Windows color (decimal): -6708480 or 41881. OLE color: 41881.
HSL color Cylindrical-coordinate representation of color #99A300: hue angle of 63.68º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99A300 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.36 |
| HSL | 63.68º | 1% | 0.32% | - |
| HSV(B) | 63.68º | 1% | 0.64% | - |
| XYZ | 26.23 | 32.97 | 4.98 | - |
| YUV | 141.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 0 | 0.06 | 0 | 1 | 0.36 | 63.68 | 1 | 0.32 |
| Hex | 99 | A3 | 0 | 6 | 0 | 64 | 24 | 40 | 64 | 20 |
| Octal | 231 | 243 | 0 | 6 | 0 | 144 | 44 | 100 | 144 | 40 |
| Binary | 10011001 | 10100011 | 0 | 110 | 0 | 1100100 | 100100 | 1000000 | 1100100 | 100000 |
Color Harmonies of #99A300
Complementary color
Monochromatic Colors of #99A300
Black with #99A300
Text Example
Text Example
White with #99A300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A300; }
p { color: rgb(153,163,0); }
H1.HeaderClassName
{
color: #99A300;
}
.AnyTagClassName
{
color: #99A300;
}
</style>
background-color css
<style>
a { background-color: #99A300; }
a { background-color: rgb(153,163,0); }
div.DivClassName
{
background-color: #99A300;
}
.BgClassName
{
background-color: #99A300;
}
</style>
border-color css
<style>
span { border-color: #99A300; }
span { border-color: rgb(153,163,0); }
td.TdClassName
{
border-color: #99A300;
}
.TagClassName
{
border-color: #99A300;
}
</style>