Shades of Caper #AECE7D
Tints of Caper #AECE7D
RGB
CMYK
RGB Variations
Color information
#AECE7D (or 0xAECE7D) is known color: Caper. HEX triplet: AE, CE and 7D. RGB value is (174,206,125). Sum of RGB (Red+Green+Blue) = 174+206+125=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE7D is #513182. Grayscale: #BBBBBB. Windows color (decimal): -5321091 or 8244910. OLE color: 8244910.
HSL color Cylindrical-coordinate representation of color #AECE7D: hue angle of 83.7º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AECE7D is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
RGB | 174 | 206 | 125 | - |
CMYK | 0.16 | 0 | 0.39 | 0.19 |
HSL | 83.7º | 0.45% | 0.65% | - |
HSV(B) | 83.7º | 0.39% | 0.81% | - |
XYZ | 43.23 | 54.62 | 27.67 | - |
YUV | 187.2 | 92.9 | 118.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 206 | 125 | 0.16 | 0 | 0.39 | 0.19 | 83.7 | 0.45 | 0.65 |
Hex | AE | CE | 7D | 10 | 0 | 27 | 13 | 54 | 2D | 41 |
Octal | 256 | 316 | 175 | 20 | 0 | 47 | 23 | 124 | 55 | 101 |
Binary | 10101110 | 11001110 | 1111101 | 10000 | 0 | 100111 | 10011 | 1010100 | 101101 | 1000001 |
Color Harmonies of #AECE7D
Complementary color
Monochromatic Colors of #AECE7D
Black with #AECE7D
Text Example
Text Example
White with #AECE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE7D; }
p { color: rgb(174,206,125); }
H1.HeaderClassName
{
color: #AECE7D;
}
.AnyTagClassName
{
color: #AECE7D;
}
</style>
background-color css
<style>
a { background-color: #AECE7D; }
a { background-color: rgb(174,206,125); }
div.DivClassName
{
background-color: #AECE7D;
}
.BgClassName
{
background-color: #AECE7D;
}
</style>
border-color css
<style>
span { border-color: #AECE7D; }
span { border-color: rgb(174,206,125); }
td.TdClassName
{
border-color: #AECE7D;
}
.TagClassName
{
border-color: #AECE7D;
}
</style>