Shades of La Rioja #ACCF01
Tints of La Rioja #ACCF01
RGB
CMYK
RGB Variations
Color information
#ACCF01 (or 0xACCF01) is known color: La Rioja. HEX triplet: AC, CF and 01. RGB value is (172,207,1). Sum of RGB (Red+Green+Blue) = 172+207+1=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCF01 is #5330FE. Grayscale: #ADADAD. Windows color (decimal): -5452031 or 118700. OLE color: 118700.
HSL color Cylindrical-coordinate representation of color #ACCF01: hue angle of 70.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACCF01 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.19 |
| HSL | 70.19º | 0.99% | 0.41% | - |
| HSV(B) | 70.19º | 1% | 0.81% | - |
| XYZ | 39.33 | 53.4 | 8.26 | - |
| YUV | 173.05 | 30.9 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 1 | 0.17 | 0 | 1.00 | 0.19 | 70.19 | 0.99 | 0.41 |
| Hex | AC | CF | 1 | 11 | 0 | 64 | 13 | 46 | 63 | 29 |
| Octal | 254 | 317 | 1 | 21 | 0 | 144 | 23 | 106 | 143 | 51 |
| Binary | 10101100 | 11001111 | 1 | 10001 | 0 | 1100100 | 10011 | 1000110 | 1100011 | 101001 |
Color Harmonies of #ACCF01
Complementary color
Monochromatic Colors of #ACCF01
Black with #ACCF01
Text Example
Text Example
White with #ACCF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF01; }
p { color: rgb(172,207,1); }
H1.HeaderClassName
{
color: #ACCF01;
}
.AnyTagClassName
{
color: #ACCF01;
}
</style>
background-color css
<style>
a { background-color: #ACCF01; }
a { background-color: rgb(172,207,1); }
div.DivClassName
{
background-color: #ACCF01;
}
.BgClassName
{
background-color: #ACCF01;
}
</style>
border-color css
<style>
span { border-color: #ACCF01; }
span { border-color: rgb(172,207,1); }
td.TdClassName
{
border-color: #ACCF01;
}
.TagClassName
{
border-color: #ACCF01;
}
</style>