Shades of Citrus #99AF06
Tints of Citrus #99AF06
RGB
CMYK
RGB Variations
Color information
#99AF06 (or 0x99AF06) is known color: Citrus. HEX triplet: 99, AF and 06. RGB value is (153,175,6). Sum of RGB (Red+Green+Blue) = 153+175+6=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AF06 is #6650F9. Grayscale: #959595. Windows color (decimal): -6705402 or 438169. OLE color: 438169.
HSL color Cylindrical-coordinate representation of color #99AF06: hue angle of 67.81º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99AF06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.31 |
| HSL | 67.81º | 0.93% | 0.35% | - |
| HSV(B) | 67.81º | 0.97% | 0.69% | - |
| XYZ | 28.5 | 37.45 | 5.9 | - |
| YUV | 149.16 | 47.21 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 6 | 0.13 | 0 | 0.97 | 0.31 | 67.81 | 0.93 | 0.35 |
| Hex | 99 | AF | 6 | D | 0 | 61 | 1F | 44 | 5D | 23 |
| Octal | 231 | 257 | 6 | 15 | 0 | 141 | 37 | 104 | 135 | 43 |
| Binary | 10011001 | 10101111 | 110 | 1101 | 0 | 1100001 | 11111 | 1000100 | 1011101 | 100011 |
Color Harmonies of #99AF06
Complementary color
Monochromatic Colors of #99AF06
Black with #99AF06
Text Example
Text Example
White with #99AF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF06; }
p { color: rgb(153,175,6); }
H1.HeaderClassName
{
color: #99AF06;
}
.AnyTagClassName
{
color: #99AF06;
}
</style>
background-color css
<style>
a { background-color: #99AF06; }
a { background-color: rgb(153,175,6); }
div.DivClassName
{
background-color: #99AF06;
}
.BgClassName
{
background-color: #99AF06;
}
</style>
border-color css
<style>
span { border-color: #99AF06; }
span { border-color: rgb(153,175,6); }
td.TdClassName
{
border-color: #99AF06;
}
.TagClassName
{
border-color: #99AF06;
}
</style>