Shades of Caper #ACCF7A
Tints of Caper #ACCF7A
RGB
CMYK
RGB Variations
Color information
#ACCF7A (or 0xACCF7A) is known color: Caper. HEX triplet: AC, CF and 7A. RGB value is (172,207,122). Sum of RGB (Red+Green+Blue) = 172+207+122=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF7A is #533085. Grayscale: #BBBBBB. Windows color (decimal): -5451910 or 8048556. OLE color: 8048556.
HSL color Cylindrical-coordinate representation of color #ACCF7A: hue angle of 84.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACCF7A is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 122 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.19 |
| HSL | 84.71º | 0.47% | 0.65% | - |
| HSV(B) | 84.71º | 0.41% | 0.81% | - |
| XYZ | 42.84 | 54.8 | 26.73 | - |
| YUV | 186.85 | 91.4 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 122 | 0.17 | 0 | 0.41 | 0.19 | 84.71 | 0.47 | 0.65 |
| Hex | AC | CF | 7A | 11 | 0 | 29 | 13 | 55 | 2F | 41 |
| Octal | 254 | 317 | 172 | 21 | 0 | 51 | 23 | 125 | 57 | 101 |
| Binary | 10101100 | 11001111 | 1111010 | 10001 | 0 | 101001 | 10011 | 1010101 | 101111 | 1000001 |
Color Harmonies of #ACCF7A
Complementary color
Monochromatic Colors of #ACCF7A
Black with #ACCF7A
Text Example
Text Example
White with #ACCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF7A; }
p { color: rgb(172,207,122); }
H1.HeaderClassName
{
color: #ACCF7A;
}
.AnyTagClassName
{
color: #ACCF7A;
}
</style>
background-color css
<style>
a { background-color: #ACCF7A; }
a { background-color: rgb(172,207,122); }
div.DivClassName
{
background-color: #ACCF7A;
}
.BgClassName
{
background-color: #ACCF7A;
}
</style>
border-color css
<style>
span { border-color: #ACCF7A; }
span { border-color: rgb(172,207,122); }
td.TdClassName
{
border-color: #ACCF7A;
}
.TagClassName
{
border-color: #ACCF7A;
}
</style>