Shades of Citrus #ACC205
Tints of Citrus #ACC205
RGB
CMYK
RGB Variations
Color information
#ACC205 (or 0xACC205) is known color: Citrus. HEX triplet: AC, C2 and 05. RGB value is (172,194,5). Sum of RGB (Red+Green+Blue) = 172+194+5=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC205 is #533DFA. Grayscale: #A6A6A6. Windows color (decimal): -5455355 or 377516. OLE color: 377516.
HSL color Cylindrical-coordinate representation of color #ACC205: hue angle of 66.98º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACC205 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 5 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.24 |
| HSL | 66.98º | 0.95% | 0.39% | - |
| HSV(B) | 66.98º | 0.97% | 0.76% | - |
| XYZ | 36.33 | 47.37 | 7.37 | - |
| YUV | 165.88 | 37.21 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 5 | 0.11 | 0 | 0.97 | 0.24 | 66.98 | 0.95 | 0.39 |
| Hex | AC | C2 | 5 | B | 0 | 61 | 18 | 43 | 5F | 27 |
| Octal | 254 | 302 | 5 | 13 | 0 | 141 | 30 | 103 | 137 | 47 |
| Binary | 10101100 | 11000010 | 101 | 1011 | 0 | 1100001 | 11000 | 1000011 | 1011111 | 100111 |
Color Harmonies of #ACC205
Complementary color
Monochromatic Colors of #ACC205
Black with #ACC205
Text Example
Text Example
White with #ACC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC205; }
p { color: rgb(172,194,5); }
H1.HeaderClassName
{
color: #ACC205;
}
.AnyTagClassName
{
color: #ACC205;
}
</style>
background-color css
<style>
a { background-color: #ACC205; }
a { background-color: rgb(172,194,5); }
div.DivClassName
{
background-color: #ACC205;
}
.BgClassName
{
background-color: #ACC205;
}
</style>
border-color css
<style>
span { border-color: #ACC205; }
span { border-color: rgb(172,194,5); }
td.TdClassName
{
border-color: #ACC205;
}
.TagClassName
{
border-color: #ACC205;
}
</style>