Shades of Citrus #ACC600
Tints of Citrus #ACC600
RGB
CMYK
RGB Variations
Color information
#ACC600 (or 0xACC600) is known color: Citrus. HEX triplet: AC, C6 and 00. RGB value is (172,198,0). Sum of RGB (Red+Green+Blue) = 172+198+0=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC600 is #5339FF. Grayscale: #A8A8A8. Windows color (decimal): -5454336 or 50860. OLE color: 50860.
HSL color Cylindrical-coordinate representation of color #ACC600: hue angle of 67.88º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACC600 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.22 |
| HSL | 67.88º | 1% | 0.39% | - |
| HSV(B) | 67.88º | 1% | 0.78% | - |
| XYZ | 37.21 | 49.16 | 7.53 | - |
| YUV | 167.65 | 33.39 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 0 | 0.13 | 0 | 1 | 0.22 | 67.88 | 1 | 0.39 |
| Hex | AC | C6 | 0 | D | 0 | 64 | 16 | 44 | 64 | 27 |
| Octal | 254 | 306 | 0 | 15 | 0 | 144 | 26 | 104 | 144 | 47 |
| Binary | 10101100 | 11000110 | 0 | 1101 | 0 | 1100100 | 10110 | 1000100 | 1100100 | 100111 |
Color Harmonies of #ACC600
Complementary color
Monochromatic Colors of #ACC600
Black with #ACC600
Text Example
Text Example
White with #ACC600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC600; }
p { color: rgb(172,198,0); }
H1.HeaderClassName
{
color: #ACC600;
}
.AnyTagClassName
{
color: #ACC600;
}
</style>
background-color css
<style>
a { background-color: #ACC600; }
a { background-color: rgb(172,198,0); }
div.DivClassName
{
background-color: #ACC600;
}
.BgClassName
{
background-color: #ACC600;
}
</style>
border-color css
<style>
span { border-color: #ACC600; }
span { border-color: rgb(172,198,0); }
td.TdClassName
{
border-color: #ACC600;
}
.TagClassName
{
border-color: #ACC600;
}
</style>