Shades of Citrus #ACC105
Tints of Citrus #ACC105
RGB
CMYK
RGB Variations
Color information
#ACC105 (or 0xACC105) is known color: Citrus. HEX triplet: AC, C1 and 05. RGB value is (172,193,5). Sum of RGB (Red+Green+Blue) = 172+193+5=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC105 is #533EFA. Grayscale: #A6A6A6. Windows color (decimal): -5455611 or 377260. OLE color: 377260.
HSL color Cylindrical-coordinate representation of color #ACC105: hue angle of 66.7º 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 #ACC105 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 5 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.24 |
| HSL | 66.7º | 0.95% | 0.39% | - |
| HSV(B) | 66.7º | 0.97% | 0.76% | - |
| XYZ | 36.11 | 46.92 | 7.3 | - |
| YUV | 165.29 | 37.54 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 5 | 0.11 | 0 | 0.97 | 0.24 | 66.7 | 0.95 | 0.39 |
| Hex | AC | C1 | 5 | B | 0 | 61 | 18 | 43 | 5F | 27 |
| Octal | 254 | 301 | 5 | 13 | 0 | 141 | 30 | 103 | 137 | 47 |
| Binary | 10101100 | 11000001 | 101 | 1011 | 0 | 1100001 | 11000 | 1000011 | 1011111 | 100111 |
Color Harmonies of #ACC105
Complementary color
Monochromatic Colors of #ACC105
Black with #ACC105
Text Example
Text Example
White with #ACC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC105; }
p { color: rgb(172,193,5); }
H1.HeaderClassName
{
color: #ACC105;
}
.AnyTagClassName
{
color: #ACC105;
}
</style>
background-color css
<style>
a { background-color: #ACC105; }
a { background-color: rgb(172,193,5); }
div.DivClassName
{
background-color: #ACC105;
}
.BgClassName
{
background-color: #ACC105;
}
</style>
border-color css
<style>
span { border-color: #ACC105; }
span { border-color: rgb(172,193,5); }
td.TdClassName
{
border-color: #ACC105;
}
.TagClassName
{
border-color: #ACC105;
}
</style>