Shades of Citrus #ACC500
Tints of Citrus #ACC500
RGB
CMYK
RGB Variations
Color information
#ACC500 (or 0xACC500) is known color: Citrus. HEX triplet: AC, C5 and 00. RGB value is (172,197,0). Sum of RGB (Red+Green+Blue) = 172+197+0=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC500 is #533AFF. Grayscale: #A7A7A7. Windows color (decimal): -5454592 or 50604. OLE color: 50604.
HSL color Cylindrical-coordinate representation of color #ACC500: hue angle of 67.61º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACC500 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.23 |
| HSL | 67.61º | 1% | 0.39% | - |
| HSV(B) | 67.61º | 1% | 0.77% | - |
| XYZ | 36.98 | 48.7 | 7.45 | - |
| YUV | 167.07 | 33.72 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 0 | 0.13 | 0 | 1 | 0.23 | 67.61 | 1 | 0.39 |
| Hex | AC | C5 | 0 | D | 0 | 64 | 17 | 44 | 64 | 27 |
| Octal | 254 | 305 | 0 | 15 | 0 | 144 | 27 | 104 | 144 | 47 |
| Binary | 10101100 | 11000101 | 0 | 1101 | 0 | 1100100 | 10111 | 1000100 | 1100100 | 100111 |
Color Harmonies of #ACC500
Complementary color
Monochromatic Colors of #ACC500
Black with #ACC500
Text Example
Text Example
White with #ACC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC500; }
p { color: rgb(172,197,0); }
H1.HeaderClassName
{
color: #ACC500;
}
.AnyTagClassName
{
color: #ACC500;
}
</style>
background-color css
<style>
a { background-color: #ACC500; }
a { background-color: rgb(172,197,0); }
div.DivClassName
{
background-color: #ACC500;
}
.BgClassName
{
background-color: #ACC500;
}
</style>
border-color css
<style>
span { border-color: #ACC500; }
span { border-color: rgb(172,197,0); }
td.TdClassName
{
border-color: #ACC500;
}
.TagClassName
{
border-color: #ACC500;
}
</style>