Shades of Citrus #ACC108
Tints of Citrus #ACC108
RGB
CMYK
RGB Variations
Color information
#ACC108 (or 0xACC108) is known color: Citrus. HEX triplet: AC, C1 and 08. RGB value is (172,193,8). Sum of RGB (Red+Green+Blue) = 172+193+8=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC108 is #533EF7. Grayscale: #A6A6A6. Windows color (decimal): -5455608 or 573868. OLE color: 573868.
HSL color Cylindrical-coordinate representation of color #ACC108: hue angle of 66.81º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACC108 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.24 |
| HSL | 66.81º | 0.92% | 0.39% | - |
| HSV(B) | 66.81º | 0.96% | 0.76% | - |
| XYZ | 36.13 | 46.93 | 7.38 | - |
| YUV | 165.63 | 39.04 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 8 | 0.11 | 0 | 0.96 | 0.24 | 66.81 | 0.92 | 0.39 |
| Hex | AC | C1 | 8 | B | 0 | 60 | 18 | 43 | 5C | 27 |
| Octal | 254 | 301 | 10 | 13 | 0 | 140 | 30 | 103 | 134 | 47 |
| Binary | 10101100 | 11000001 | 1000 | 1011 | 0 | 1100000 | 11000 | 1000011 | 1011100 | 100111 |
Color Harmonies of #ACC108
Complementary color
Monochromatic Colors of #ACC108
Black with #ACC108
Text Example
Text Example
White with #ACC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC108; }
p { color: rgb(172,193,8); }
H1.HeaderClassName
{
color: #ACC108;
}
.AnyTagClassName
{
color: #ACC108;
}
</style>
background-color css
<style>
a { background-color: #ACC108; }
a { background-color: rgb(172,193,8); }
div.DivClassName
{
background-color: #ACC108;
}
.BgClassName
{
background-color: #ACC108;
}
</style>
border-color css
<style>
span { border-color: #ACC108; }
span { border-color: rgb(172,193,8); }
td.TdClassName
{
border-color: #ACC108;
}
.TagClassName
{
border-color: #ACC108;
}
</style>