Shades of Citrus #ACC401
Tints of Citrus #ACC401
RGB
CMYK
RGB Variations
Color information
#ACC401 (or 0xACC401) is known color: Citrus. HEX triplet: AC, C4 and 01. RGB value is (172,196,1). Sum of RGB (Red+Green+Blue) = 172+196+1=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC401 is #533BFE. Grayscale: #A7A7A7. Windows color (decimal): -5454847 or 115884. OLE color: 115884.
HSL color Cylindrical-coordinate representation of color #ACC401: hue angle of 67.38º 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 #ACC401 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.23 |
| HSL | 67.38º | 0.99% | 0.39% | - |
| HSV(B) | 67.38º | 0.99% | 0.77% | - |
| XYZ | 36.76 | 48.25 | 7.41 | - |
| YUV | 166.59 | 34.55 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 1 | 0.12 | 0 | 0.99 | 0.23 | 67.38 | 0.99 | 0.39 |
| Hex | AC | C4 | 1 | C | 0 | 63 | 17 | 43 | 63 | 27 |
| Octal | 254 | 304 | 1 | 14 | 0 | 143 | 27 | 103 | 143 | 47 |
| Binary | 10101100 | 11000100 | 1 | 1100 | 0 | 1100011 | 10111 | 1000011 | 1100011 | 100111 |
Color Harmonies of #ACC401
Complementary color
Monochromatic Colors of #ACC401
Black with #ACC401
Text Example
Text Example
White with #ACC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC401; }
p { color: rgb(172,196,1); }
H1.HeaderClassName
{
color: #ACC401;
}
.AnyTagClassName
{
color: #ACC401;
}
</style>
background-color css
<style>
a { background-color: #ACC401; }
a { background-color: rgb(172,196,1); }
div.DivClassName
{
background-color: #ACC401;
}
.BgClassName
{
background-color: #ACC401;
}
</style>
border-color css
<style>
span { border-color: #ACC401; }
span { border-color: rgb(172,196,1); }
td.TdClassName
{
border-color: #ACC401;
}
.TagClassName
{
border-color: #ACC401;
}
</style>