Shades of Citrus #ACC302
Tints of Citrus #ACC302
RGB
CMYK
RGB Variations
Color information
#ACC302 (or 0xACC302) is known color: Citrus. HEX triplet: AC, C3 and 02. RGB value is (172,195,2). Sum of RGB (Red+Green+Blue) = 172+195+2=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC302 is #533CFD. Grayscale: #A6A6A6. Windows color (decimal): -5455102 or 181164. OLE color: 181164.
HSL color Cylindrical-coordinate representation of color #ACC302: hue angle of 67.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACC302 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.24 |
| HSL | 67.15º | 0.98% | 0.39% | - |
| HSV(B) | 67.15º | 0.99% | 0.76% | - |
| XYZ | 36.54 | 47.81 | 7.36 | - |
| YUV | 166.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 2 | 0.12 | 0 | 0.99 | 0.24 | 67.15 | 0.98 | 0.39 |
| Hex | AC | C3 | 2 | C | 0 | 63 | 18 | 43 | 62 | 27 |
| Octal | 254 | 303 | 2 | 14 | 0 | 143 | 30 | 103 | 142 | 47 |
| Binary | 10101100 | 11000011 | 10 | 1100 | 0 | 1100011 | 11000 | 1000011 | 1100010 | 100111 |
Color Harmonies of #ACC302
Complementary color
Monochromatic Colors of #ACC302
Black with #ACC302
Text Example
Text Example
White with #ACC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC302; }
p { color: rgb(172,195,2); }
H1.HeaderClassName
{
color: #ACC302;
}
.AnyTagClassName
{
color: #ACC302;
}
</style>
background-color css
<style>
a { background-color: #ACC302; }
a { background-color: rgb(172,195,2); }
div.DivClassName
{
background-color: #ACC302;
}
.BgClassName
{
background-color: #ACC302;
}
</style>
border-color css
<style>
span { border-color: #ACC302; }
span { border-color: rgb(172,195,2); }
td.TdClassName
{
border-color: #ACC302;
}
.TagClassName
{
border-color: #ACC302;
}
</style>