Shades of Caper #AECF78
Tints of Caper #AECF78
RGB
CMYK
RGB Variations
Color information
#AECF78 (or 0xAECF78) is known color: Caper. HEX triplet: AE, CF and 78. RGB value is (174,207,120). Sum of RGB (Red+Green+Blue) = 174+207+120=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF78 is #513087. Grayscale: #BBBBBB. Windows color (decimal): -5320840 or 7917486. OLE color: 7917486.
HSL color Cylindrical-coordinate representation of color #AECF78: hue angle of 82.76º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AECF78 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 120 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.19 |
| HSL | 82.76º | 0.48% | 0.64% | - |
| HSV(B) | 82.76º | 0.42% | 0.81% | - |
| XYZ | 43.16 | 54.98 | 26.11 | - |
| YUV | 187.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 120 | 0.16 | 0 | 0.42 | 0.19 | 82.76 | 0.48 | 0.64 |
| Hex | AE | CF | 78 | 10 | 0 | 2A | 13 | 53 | 30 | 40 |
| Octal | 256 | 317 | 170 | 20 | 0 | 52 | 23 | 123 | 60 | 100 |
| Binary | 10101110 | 11001111 | 1111000 | 10000 | 0 | 101010 | 10011 | 1010011 | 110000 | 1000000 |
Color Harmonies of #AECF78
Complementary color
Monochromatic Colors of #AECF78
Black with #AECF78
Text Example
Text Example
White with #AECF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF78; }
p { color: rgb(174,207,120); }
H1.HeaderClassName
{
color: #AECF78;
}
.AnyTagClassName
{
color: #AECF78;
}
</style>
background-color css
<style>
a { background-color: #AECF78; }
a { background-color: rgb(174,207,120); }
div.DivClassName
{
background-color: #AECF78;
}
.BgClassName
{
background-color: #AECF78;
}
</style>
border-color css
<style>
span { border-color: #AECF78; }
span { border-color: rgb(174,207,120); }
td.TdClassName
{
border-color: #AECF78;
}
.TagClassName
{
border-color: #AECF78;
}
</style>