Shades of Citrus #ACC301
Tints of Citrus #ACC301
RGB
CMYK
RGB Variations
Color information
#ACC301 (or 0xACC301) is known color: Citrus. HEX triplet: AC, C3 and 01. RGB value is (172,195,1). Sum of RGB (Red+Green+Blue) = 172+195+1=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC301 is #533CFE. Grayscale: #A6A6A6. Windows color (decimal): -5455103 or 115628. OLE color: 115628.
HSL color Cylindrical-coordinate representation of color #ACC301: hue angle of 67.11º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACC301 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.24 |
| HSL | 67.11º | 0.99% | 0.38% | - |
| HSV(B) | 67.11º | 0.99% | 0.76% | - |
| XYZ | 36.53 | 47.8 | 7.33 | - |
| YUV | 166.01 | 34.88 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 1 | 0.12 | 0 | 0.99 | 0.24 | 67.11 | 0.99 | 0.38 |
| Hex | AC | C3 | 1 | C | 0 | 63 | 18 | 43 | 63 | 26 |
| Octal | 254 | 303 | 1 | 14 | 0 | 143 | 30 | 103 | 143 | 46 |
| Binary | 10101100 | 11000011 | 1 | 1100 | 0 | 1100011 | 11000 | 1000011 | 1100011 | 100110 |
Color Harmonies of #ACC301
Complementary color
Monochromatic Colors of #ACC301
Black with #ACC301
Text Example
Text Example
White with #ACC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC301; }
p { color: rgb(172,195,1); }
H1.HeaderClassName
{
color: #ACC301;
}
.AnyTagClassName
{
color: #ACC301;
}
</style>
background-color css
<style>
a { background-color: #ACC301; }
a { background-color: rgb(172,195,1); }
div.DivClassName
{
background-color: #ACC301;
}
.BgClassName
{
background-color: #ACC301;
}
</style>
border-color css
<style>
span { border-color: #ACC301; }
span { border-color: rgb(172,195,1); }
td.TdClassName
{
border-color: #ACC301;
}
.TagClassName
{
border-color: #ACC301;
}
</style>