Shades of Citrus #99AC0F
Tints of Citrus #99AC0F
RGB
CMYK
RGB Variations
Color information
#99AC0F (or 0x99AC0F) is known color: Citrus. HEX triplet: 99, AC and 0F. RGB value is (153,172,15). Sum of RGB (Red+Green+Blue) = 153+172+15=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AC0F is #6653F0. Grayscale: #959595. Windows color (decimal): -6706161 or 1027225. OLE color: 1027225.
HSL color Cylindrical-coordinate representation of color #99AC0F: hue angle of 67.26º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99AC0F is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 15 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.33 |
| HSL | 67.26º | 0.84% | 0.37% | - |
| HSV(B) | 67.26º | 0.91% | 0.67% | - |
| XYZ | 27.98 | 36.31 | 5.99 | - |
| YUV | 148.42 | 52.71 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 15 | 0.11 | 0 | 0.91 | 0.33 | 67.26 | 0.84 | 0.37 |
| Hex | 99 | AC | F | B | 0 | 5B | 21 | 43 | 54 | 25 |
| Octal | 231 | 254 | 17 | 13 | 0 | 133 | 41 | 103 | 124 | 45 |
| Binary | 10011001 | 10101100 | 1111 | 1011 | 0 | 1011011 | 100001 | 1000011 | 1010100 | 100101 |
Color Harmonies of #99AC0F
Complementary color
Monochromatic Colors of #99AC0F
Black with #99AC0F
Text Example
Text Example
White with #99AC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC0F; }
p { color: rgb(153,172,15); }
H1.HeaderClassName
{
color: #99AC0F;
}
.AnyTagClassName
{
color: #99AC0F;
}
</style>
background-color css
<style>
a { background-color: #99AC0F; }
a { background-color: rgb(153,172,15); }
div.DivClassName
{
background-color: #99AC0F;
}
.BgClassName
{
background-color: #99AC0F;
}
</style>
border-color css
<style>
span { border-color: #99AC0F; }
span { border-color: rgb(153,172,15); }
td.TdClassName
{
border-color: #99AC0F;
}
.TagClassName
{
border-color: #99AC0F;
}
</style>