Shades of Citrus #ACC300
Tints of Citrus #ACC300
RGB
CMYK
RGB Variations
Color information
#ACC300 (or 0xACC300) is known color: Citrus. HEX triplet: AC, C3 and 00. RGB value is (172,195,0). Sum of RGB (Red+Green+Blue) = 172+195+0=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC300 is #533CFF. Grayscale: #A6A6A6. Windows color (decimal): -5455104 or 50092. OLE color: 50092.
HSL color Cylindrical-coordinate representation of color #ACC300: hue angle of 67.08º 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 #ACC300 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.24 |
| HSL | 67.08º | 1% | 0.38% | - |
| HSV(B) | 67.08º | 1% | 0.76% | - |
| XYZ | 36.53 | 47.8 | 7.3 | - |
| YUV | 165.89 | 34.38 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 0 | 0.12 | 0 | 1 | 0.24 | 67.08 | 1 | 0.38 |
| Hex | AC | C3 | 0 | C | 0 | 64 | 18 | 43 | 64 | 26 |
| Octal | 254 | 303 | 0 | 14 | 0 | 144 | 30 | 103 | 144 | 46 |
| Binary | 10101100 | 11000011 | 0 | 1100 | 0 | 1100100 | 11000 | 1000011 | 1100100 | 100110 |
Color Harmonies of #ACC300
Complementary color
Monochromatic Colors of #ACC300
Black with #ACC300
Text Example
Text Example
White with #ACC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC300; }
p { color: rgb(172,195,0); }
H1.HeaderClassName
{
color: #ACC300;
}
.AnyTagClassName
{
color: #ACC300;
}
</style>
background-color css
<style>
a { background-color: #ACC300; }
a { background-color: rgb(172,195,0); }
div.DivClassName
{
background-color: #ACC300;
}
.BgClassName
{
background-color: #ACC300;
}
</style>
border-color css
<style>
span { border-color: #ACC300; }
span { border-color: rgb(172,195,0); }
td.TdClassName
{
border-color: #ACC300;
}
.TagClassName
{
border-color: #ACC300;
}
</style>