Shades of La Rioja #AFCC09
Tints of La Rioja #AFCC09
RGB
CMYK
RGB Variations
Color information
#AFCC09 (or 0xAFCC09) is known color: La Rioja. HEX triplet: AF, CC and 09. RGB value is (175,204,9). Sum of RGB (Red+Green+Blue) = 175+204+9=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCC09 is #5033F6. Grayscale: #ADADAD. Windows color (decimal): -5256183 or 642223. OLE color: 642223.
HSL color Cylindrical-coordinate representation of color #AFCC09: hue angle of 68.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFCC09 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 9 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.2 |
| HSL | 68.92º | 0.92% | 0.42% | - |
| HSV(B) | 68.92º | 0.96% | 0.8% | - |
| XYZ | 39.32 | 52.32 | 8.28 | - |
| YUV | 173.1 | 35.39 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 9 | 0.14 | 0 | 0.96 | 0.2 | 68.92 | 0.92 | 0.42 |
| Hex | AF | CC | 9 | E | 0 | 60 | 14 | 45 | 5C | 2A |
| Octal | 257 | 314 | 11 | 16 | 0 | 140 | 24 | 105 | 134 | 52 |
| Binary | 10101111 | 11001100 | 1001 | 1110 | 0 | 1100000 | 10100 | 1000101 | 1011100 | 101010 |
Color Harmonies of #AFCC09
Complementary color
Monochromatic Colors of #AFCC09
Black with #AFCC09
Text Example
Text Example
White with #AFCC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC09; }
p { color: rgb(175,204,9); }
H1.HeaderClassName
{
color: #AFCC09;
}
.AnyTagClassName
{
color: #AFCC09;
}
</style>
background-color css
<style>
a { background-color: #AFCC09; }
a { background-color: rgb(175,204,9); }
div.DivClassName
{
background-color: #AFCC09;
}
.BgClassName
{
background-color: #AFCC09;
}
</style>
border-color css
<style>
span { border-color: #AFCC09; }
span { border-color: rgb(175,204,9); }
td.TdClassName
{
border-color: #AFCC09;
}
.TagClassName
{
border-color: #AFCC09;
}
</style>