Shades of Citrus #ACC003
Tints of Citrus #ACC003
RGB
CMYK
RGB Variations
Color information
#ACC003 (or 0xACC003) is known color: Citrus. HEX triplet: AC, C0 and 03. RGB value is (172,192,3). Sum of RGB (Red+Green+Blue) = 172+192+3=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC003 is #533FFC. Grayscale: #A5A5A5. Windows color (decimal): -5455869 or 245932. OLE color: 245932.
HSL color Cylindrical-coordinate representation of color #ACC003: hue angle of 66.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACC003 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 3 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.25 |
| HSL | 66.35º | 0.97% | 0.38% | - |
| HSV(B) | 66.35º | 0.98% | 0.75% | - |
| XYZ | 35.88 | 46.48 | 7.17 | - |
| YUV | 164.47 | 36.87 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 3 | 0.10 | 0 | 0.98 | 0.25 | 66.35 | 0.97 | 0.38 |
| Hex | AC | C0 | 3 | A | 0 | 62 | 19 | 42 | 61 | 26 |
| Octal | 254 | 300 | 3 | 12 | 0 | 142 | 31 | 102 | 141 | 46 |
| Binary | 10101100 | 11000000 | 11 | 1010 | 0 | 1100010 | 11001 | 1000010 | 1100001 | 100110 |
Color Harmonies of #ACC003
Complementary color
Monochromatic Colors of #ACC003
Black with #ACC003
Text Example
Text Example
White with #ACC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC003; }
p { color: rgb(172,192,3); }
H1.HeaderClassName
{
color: #ACC003;
}
.AnyTagClassName
{
color: #ACC003;
}
</style>
background-color css
<style>
a { background-color: #ACC003; }
a { background-color: rgb(172,192,3); }
div.DivClassName
{
background-color: #ACC003;
}
.BgClassName
{
background-color: #ACC003;
}
</style>
border-color css
<style>
span { border-color: #ACC003; }
span { border-color: rgb(172,192,3); }
td.TdClassName
{
border-color: #ACC003;
}
.TagClassName
{
border-color: #ACC003;
}
</style>