Shades of Citrus #ACC501
Tints of Citrus #ACC501
RGB
CMYK
RGB Variations
Color information
#ACC501 (or 0xACC501) is known color: Citrus. HEX triplet: AC, C5 and 01. RGB value is (172,197,1). Sum of RGB (Red+Green+Blue) = 172+197+1=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC501 is #533AFE. Grayscale: #A7A7A7. Windows color (decimal): -5454591 or 116140. OLE color: 116140.
HSL color Cylindrical-coordinate representation of color #ACC501: hue angle of 67.65º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACC501 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.23 |
| HSL | 67.65º | 0.99% | 0.39% | - |
| HSV(B) | 67.65º | 0.99% | 0.77% | - |
| XYZ | 36.98 | 48.71 | 7.48 | - |
| YUV | 167.18 | 34.22 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 1 | 0.13 | 0 | 0.99 | 0.23 | 67.65 | 0.99 | 0.39 |
| Hex | AC | C5 | 1 | D | 0 | 63 | 17 | 44 | 63 | 27 |
| Octal | 254 | 305 | 1 | 15 | 0 | 143 | 27 | 104 | 143 | 47 |
| Binary | 10101100 | 11000101 | 1 | 1101 | 0 | 1100011 | 10111 | 1000100 | 1100011 | 100111 |
Color Harmonies of #ACC501
Complementary color
Monochromatic Colors of #ACC501
Black with #ACC501
Text Example
Text Example
White with #ACC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC501; }
p { color: rgb(172,197,1); }
H1.HeaderClassName
{
color: #ACC501;
}
.AnyTagClassName
{
color: #ACC501;
}
</style>
background-color css
<style>
a { background-color: #ACC501; }
a { background-color: rgb(172,197,1); }
div.DivClassName
{
background-color: #ACC501;
}
.BgClassName
{
background-color: #ACC501;
}
</style>
border-color css
<style>
span { border-color: #ACC501; }
span { border-color: rgb(172,197,1); }
td.TdClassName
{
border-color: #ACC501;
}
.TagClassName
{
border-color: #ACC501;
}
</style>