Shades of Citrus #99AC01
Tints of Citrus #99AC01
RGB
CMYK
RGB Variations
Color information
#99AC01 (or 0x99AC01) is known color: Citrus. HEX triplet: 99, AC and 01. RGB value is (153,172,1). Sum of RGB (Red+Green+Blue) = 153+172+1=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AC01 is #6653FE. Grayscale: #939393. Windows color (decimal): -6706175 or 109721. OLE color: 109721.
HSL color Cylindrical-coordinate representation of color #99AC01: hue angle of 66.67º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99AC01 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.33 |
| HSL | 66.67º | 0.99% | 0.34% | - |
| HSV(B) | 66.67º | 0.99% | 0.67% | - |
| XYZ | 27.89 | 36.28 | 5.56 | - |
| YUV | 146.83 | 45.71 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 1 | 0.11 | 0 | 0.99 | 0.33 | 66.67 | 0.99 | 0.34 |
| Hex | 99 | AC | 1 | B | 0 | 63 | 21 | 43 | 63 | 22 |
| Octal | 231 | 254 | 1 | 13 | 0 | 143 | 41 | 103 | 143 | 42 |
| Binary | 10011001 | 10101100 | 1 | 1011 | 0 | 1100011 | 100001 | 1000011 | 1100011 | 100010 |
Color Harmonies of #99AC01
Complementary color
Monochromatic Colors of #99AC01
Black with #99AC01
Text Example
Text Example
White with #99AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC01; }
p { color: rgb(153,172,1); }
H1.HeaderClassName
{
color: #99AC01;
}
.AnyTagClassName
{
color: #99AC01;
}
</style>
background-color css
<style>
a { background-color: #99AC01; }
a { background-color: rgb(153,172,1); }
div.DivClassName
{
background-color: #99AC01;
}
.BgClassName
{
background-color: #99AC01;
}
</style>
border-color css
<style>
span { border-color: #99AC01; }
span { border-color: rgb(153,172,1); }
td.TdClassName
{
border-color: #99AC01;
}
.TagClassName
{
border-color: #99AC01;
}
</style>