Shades of Citrus #ACC304
Tints of Citrus #ACC304
RGB
CMYK
RGB Variations
Color information
#ACC304 (or 0xACC304) is known color: Citrus. HEX triplet: AC, C3 and 04. RGB value is (172,195,4). Sum of RGB (Red+Green+Blue) = 172+195+4=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC304 is #533CFB. Grayscale: #A7A7A7. Windows color (decimal): -5455100 or 312236. OLE color: 312236.
HSL color Cylindrical-coordinate representation of color #ACC304: hue angle of 67.23º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACC304 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.24 |
| HSL | 67.23º | 0.96% | 0.39% | - |
| HSV(B) | 67.23º | 0.98% | 0.76% | - |
| XYZ | 36.55 | 47.81 | 7.42 | - |
| YUV | 166.35 | 36.38 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 4 | 0.12 | 0 | 0.98 | 0.24 | 67.23 | 0.96 | 0.39 |
| Hex | AC | C3 | 4 | C | 0 | 62 | 18 | 43 | 60 | 27 |
| Octal | 254 | 303 | 4 | 14 | 0 | 142 | 30 | 103 | 140 | 47 |
| Binary | 10101100 | 11000011 | 100 | 1100 | 0 | 1100010 | 11000 | 1000011 | 1100000 | 100111 |
Color Harmonies of #ACC304
Complementary color
Monochromatic Colors of #ACC304
Black with #ACC304
Text Example
Text Example
White with #ACC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC304; }
p { color: rgb(172,195,4); }
H1.HeaderClassName
{
color: #ACC304;
}
.AnyTagClassName
{
color: #ACC304;
}
</style>
background-color css
<style>
a { background-color: #ACC304; }
a { background-color: rgb(172,195,4); }
div.DivClassName
{
background-color: #ACC304;
}
.BgClassName
{
background-color: #ACC304;
}
</style>
border-color css
<style>
span { border-color: #ACC304; }
span { border-color: rgb(172,195,4); }
td.TdClassName
{
border-color: #ACC304;
}
.TagClassName
{
border-color: #ACC304;
}
</style>