Shades of Citrus #99AF14
Tints of Citrus #99AF14
RGB
CMYK
RGB Variations
Color information
#99AF14 (or 0x99AF14) is known color: Citrus. HEX triplet: 99, AF and 14. RGB value is (153,175,20). Sum of RGB (Red+Green+Blue) = 153+175+20=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AF14 is #6650EB. Grayscale: #979797. Windows color (decimal): -6705388 or 1355673. OLE color: 1355673.
HSL color Cylindrical-coordinate representation of color #99AF14: hue angle of 68.52º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99AF14 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 20 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.31 |
| HSL | 68.52º | 0.79% | 0.38% | - |
| HSV(B) | 68.52º | 0.89% | 0.69% | - |
| XYZ | 28.59 | 37.48 | 6.39 | - |
| YUV | 150.75 | 54.21 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 20 | 0.13 | 0 | 0.89 | 0.31 | 68.52 | 0.79 | 0.38 |
| Hex | 99 | AF | 14 | D | 0 | 59 | 1F | 45 | 4F | 26 |
| Octal | 231 | 257 | 24 | 15 | 0 | 131 | 37 | 105 | 117 | 46 |
| Binary | 10011001 | 10101111 | 10100 | 1101 | 0 | 1011001 | 11111 | 1000101 | 1001111 | 100110 |
Color Harmonies of #99AF14
Complementary color
Monochromatic Colors of #99AF14
Black with #99AF14
Text Example
Text Example
White with #99AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF14; }
p { color: rgb(153,175,20); }
H1.HeaderClassName
{
color: #99AF14;
}
.AnyTagClassName
{
color: #99AF14;
}
</style>
background-color css
<style>
a { background-color: #99AF14; }
a { background-color: rgb(153,175,20); }
div.DivClassName
{
background-color: #99AF14;
}
.BgClassName
{
background-color: #99AF14;
}
</style>
border-color css
<style>
span { border-color: #99AF14; }
span { border-color: rgb(153,175,20); }
td.TdClassName
{
border-color: #99AF14;
}
.TagClassName
{
border-color: #99AF14;
}
</style>