Shades of Caper #ACCF6E
Tints of Caper #ACCF6E
RGB
CMYK
RGB Variations
Color information
#ACCF6E (or 0xACCF6E) is known color: Caper. HEX triplet: AC, CF and 6E. RGB value is (172,207,110). Sum of RGB (Red+Green+Blue) = 172+207+110=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF6E is #533091. Grayscale: #B9B9B9. Windows color (decimal): -5451922 or 7262124. OLE color: 7262124.
HSL color Cylindrical-coordinate representation of color #ACCF6E: hue angle of 81.65º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACCF6E is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 110 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.19 |
| HSL | 81.65º | 0.5% | 0.62% | - |
| HSV(B) | 81.65º | 0.47% | 0.81% | - |
| XYZ | 42.14 | 54.52 | 23.05 | - |
| YUV | 185.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 110 | 0.17 | 0 | 0.47 | 0.19 | 81.65 | 0.5 | 0.62 |
| Hex | AC | CF | 6E | 11 | 0 | 2F | 13 | 52 | 32 | 3E |
| Octal | 254 | 317 | 156 | 21 | 0 | 57 | 23 | 122 | 62 | 76 |
| Binary | 10101100 | 11001111 | 1101110 | 10001 | 0 | 101111 | 10011 | 1010010 | 110010 | 111110 |
Color Harmonies of #ACCF6E
Complementary color
Monochromatic Colors of #ACCF6E
Black with #ACCF6E
Text Example
Text Example
White with #ACCF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF6E; }
p { color: rgb(172,207,110); }
H1.HeaderClassName
{
color: #ACCF6E;
}
.AnyTagClassName
{
color: #ACCF6E;
}
</style>
background-color css
<style>
a { background-color: #ACCF6E; }
a { background-color: rgb(172,207,110); }
div.DivClassName
{
background-color: #ACCF6E;
}
.BgClassName
{
background-color: #ACCF6E;
}
</style>
border-color css
<style>
span { border-color: #ACCF6E; }
span { border-color: rgb(172,207,110); }
td.TdClassName
{
border-color: #ACCF6E;
}
.TagClassName
{
border-color: #ACCF6E;
}
</style>