Shades of Citrus #99AF1C
Tints of Citrus #99AF1C
RGB
CMYK
RGB Variations
Color information
#99AF1C (or 0x99AF1C) is known color: Citrus. HEX triplet: 99, AF and 1C. RGB value is (153,175,28). Sum of RGB (Red+Green+Blue) = 153+175+28=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF1C is #6650E3. Grayscale: #989898. Windows color (decimal): -6705380 or 1879961. OLE color: 1879961.
HSL color Cylindrical-coordinate representation of color #99AF1C: hue angle of 68.98º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99AF1C is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 28 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.31 |
| HSL | 68.98º | 0.72% | 0.4% | - |
| HSV(B) | 68.98º | 0.84% | 0.69% | - |
| XYZ | 28.68 | 37.52 | 6.83 | - |
| YUV | 151.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 28 | 0.13 | 0 | 0.84 | 0.31 | 68.98 | 0.72 | 0.4 |
| Hex | 99 | AF | 1C | D | 0 | 54 | 1F | 45 | 48 | 28 |
| Octal | 231 | 257 | 34 | 15 | 0 | 124 | 37 | 105 | 110 | 50 |
| Binary | 10011001 | 10101111 | 11100 | 1101 | 0 | 1010100 | 11111 | 1000101 | 1001000 | 101000 |
Color Harmonies of #99AF1C
Complementary color
Monochromatic Colors of #99AF1C
Black with #99AF1C
Text Example
Text Example
White with #99AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF1C; }
p { color: rgb(153,175,28); }
H1.HeaderClassName
{
color: #99AF1C;
}
.AnyTagClassName
{
color: #99AF1C;
}
</style>
background-color css
<style>
a { background-color: #99AF1C; }
a { background-color: rgb(153,175,28); }
div.DivClassName
{
background-color: #99AF1C;
}
.BgClassName
{
background-color: #99AF1C;
}
</style>
border-color css
<style>
span { border-color: #99AF1C; }
span { border-color: rgb(153,175,28); }
td.TdClassName
{
border-color: #99AF1C;
}
.TagClassName
{
border-color: #99AF1C;
}
</style>