Shades of Citrus #ACC200
Tints of Citrus #ACC200
RGB
CMYK
RGB Variations
Color information
#ACC200 (or 0xACC200) is known color: Citrus. HEX triplet: AC, C2 and 00. RGB value is (172,194,0). Sum of RGB (Red+Green+Blue) = 172+194+0=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC200 is #533DFF. Grayscale: #A6A6A6. Windows color (decimal): -5455360 or 49836. OLE color: 49836.
HSL color Cylindrical-coordinate representation of color #ACC200: hue angle of 66.8º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACC200 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.24 |
| HSL | 66.8º | 1% | 0.38% | - |
| HSV(B) | 66.8º | 1% | 0.76% | - |
| XYZ | 36.31 | 47.35 | 7.23 | - |
| YUV | 165.31 | 34.71 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 0 | 0.11 | 0 | 1 | 0.24 | 66.8 | 1 | 0.38 |
| Hex | AC | C2 | 0 | B | 0 | 64 | 18 | 43 | 64 | 26 |
| Octal | 254 | 302 | 0 | 13 | 0 | 144 | 30 | 103 | 144 | 46 |
| Binary | 10101100 | 11000010 | 0 | 1011 | 0 | 1100100 | 11000 | 1000011 | 1100100 | 100110 |
Color Harmonies of #ACC200
Complementary color
Monochromatic Colors of #ACC200
Black with #ACC200
Text Example
Text Example
White with #ACC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC200; }
p { color: rgb(172,194,0); }
H1.HeaderClassName
{
color: #ACC200;
}
.AnyTagClassName
{
color: #ACC200;
}
</style>
background-color css
<style>
a { background-color: #ACC200; }
a { background-color: rgb(172,194,0); }
div.DivClassName
{
background-color: #ACC200;
}
.BgClassName
{
background-color: #ACC200;
}
</style>
border-color css
<style>
span { border-color: #ACC200; }
span { border-color: rgb(172,194,0); }
td.TdClassName
{
border-color: #ACC200;
}
.TagClassName
{
border-color: #ACC200;
}
</style>