Shades of Citrus #ACC400
Tints of Citrus #ACC400
RGB
CMYK
RGB Variations
Color information
#ACC400 (or 0xACC400) is known color: Citrus. HEX triplet: AC, C4 and 00. RGB value is (172,196,0). Sum of RGB (Red+Green+Blue) = 172+196+0=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC400 is #533BFF. Grayscale: #A7A7A7. Windows color (decimal): -5454848 or 50348. OLE color: 50348.
HSL color Cylindrical-coordinate representation of color #ACC400: hue angle of 67.35º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACC400 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.23 |
| HSL | 67.35º | 1% | 0.38% | - |
| HSV(B) | 67.35º | 1% | 0.77% | - |
| XYZ | 36.75 | 48.25 | 7.38 | - |
| YUV | 166.48 | 34.05 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 0 | 0.12 | 0 | 1 | 0.23 | 67.35 | 1 | 0.38 |
| Hex | AC | C4 | 0 | C | 0 | 64 | 17 | 43 | 64 | 26 |
| Octal | 254 | 304 | 0 | 14 | 0 | 144 | 27 | 103 | 144 | 46 |
| Binary | 10101100 | 11000100 | 0 | 1100 | 0 | 1100100 | 10111 | 1000011 | 1100100 | 100110 |
Color Harmonies of #ACC400
Complementary color
Monochromatic Colors of #ACC400
Black with #ACC400
Text Example
Text Example
White with #ACC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC400; }
p { color: rgb(172,196,0); }
H1.HeaderClassName
{
color: #ACC400;
}
.AnyTagClassName
{
color: #ACC400;
}
</style>
background-color css
<style>
a { background-color: #ACC400; }
a { background-color: rgb(172,196,0); }
div.DivClassName
{
background-color: #ACC400;
}
.BgClassName
{
background-color: #ACC400;
}
</style>
border-color css
<style>
span { border-color: #ACC400; }
span { border-color: rgb(172,196,0); }
td.TdClassName
{
border-color: #ACC400;
}
.TagClassName
{
border-color: #ACC400;
}
</style>