Shades of Caper #ACCD6C
Tints of Caper #ACCD6C
RGB
CMYK
RGB Variations
Color information
#ACCD6C (or 0xACCD6C) is known color: Caper. HEX triplet: AC, CD and 6C. RGB value is (172,205,108). Sum of RGB (Red+Green+Blue) = 172+205+108=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD6C is #533293. Grayscale: #B8B8B8. Windows color (decimal): -5452436 or 7130540. OLE color: 7130540.
HSL color Cylindrical-coordinate representation of color #ACCD6C: hue angle of 80.41º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACCD6C is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 108 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.20 |
| HSL | 80.41º | 0.49% | 0.61% | - |
| HSV(B) | 80.41º | 0.47% | 0.8% | - |
| XYZ | 41.55 | 53.52 | 22.33 | - |
| YUV | 184.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 108 | 0.16 | 0 | 0.47 | 0.20 | 80.41 | 0.49 | 0.61 |
| Hex | AC | CD | 6C | 10 | 0 | 2F | 14 | 50 | 31 | 3D |
| Octal | 254 | 315 | 154 | 20 | 0 | 57 | 24 | 120 | 61 | 75 |
| Binary | 10101100 | 11001101 | 1101100 | 10000 | 0 | 101111 | 10100 | 1010000 | 110001 | 111101 |
Color Harmonies of #ACCD6C
Complementary color
Monochromatic Colors of #ACCD6C
Black with #ACCD6C
Text Example
Text Example
White with #ACCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD6C; }
p { color: rgb(172,205,108); }
H1.HeaderClassName
{
color: #ACCD6C;
}
.AnyTagClassName
{
color: #ACCD6C;
}
</style>
background-color css
<style>
a { background-color: #ACCD6C; }
a { background-color: rgb(172,205,108); }
div.DivClassName
{
background-color: #ACCD6C;
}
.BgClassName
{
background-color: #ACCD6C;
}
</style>
border-color css
<style>
span { border-color: #ACCD6C; }
span { border-color: rgb(172,205,108); }
td.TdClassName
{
border-color: #ACCD6C;
}
.TagClassName
{
border-color: #ACCD6C;
}
</style>