Shades of Caper #AED177
Tints of Caper #AED177
RGB
CMYK
RGB Variations
Color information
#AED177 (or 0xAED177) is known color: Caper. HEX triplet: AE, D1 and 77. RGB value is (174,209,119). Sum of RGB (Red+Green+Blue) = 174+209+119=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #AED177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED177 is #512E88. Grayscale: #BCBCBC. Windows color (decimal): -5320329 or 7852462. OLE color: 7852462.
HSL color Cylindrical-coordinate representation of color #AED177: hue angle of 83.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AED177 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 119 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.18 |
| HSL | 83.33º | 0.49% | 0.64% | - |
| HSV(B) | 83.33º | 0.43% | 0.82% | - |
| XYZ | 43.59 | 55.93 | 25.95 | - |
| YUV | 188.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 119 | 0.17 | 0 | 0.43 | 0.18 | 83.33 | 0.49 | 0.64 |
| Hex | AE | D1 | 77 | 11 | 0 | 2B | 12 | 53 | 31 | 40 |
| Octal | 256 | 321 | 167 | 21 | 0 | 53 | 22 | 123 | 61 | 100 |
| Binary | 10101110 | 11010001 | 1110111 | 10001 | 0 | 101011 | 10010 | 1010011 | 110001 | 1000000 |
Color Harmonies of #AED177
Complementary color
Monochromatic Colors of #AED177
Black with #AED177
Text Example
Text Example
White with #AED177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED177; }
p { color: rgb(174,209,119); }
H1.HeaderClassName
{
color: #AED177;
}
.AnyTagClassName
{
color: #AED177;
}
</style>
background-color css
<style>
a { background-color: #AED177; }
a { background-color: rgb(174,209,119); }
div.DivClassName
{
background-color: #AED177;
}
.BgClassName
{
background-color: #AED177;
}
</style>
border-color css
<style>
span { border-color: #AED177; }
span { border-color: rgb(174,209,119); }
td.TdClassName
{
border-color: #AED177;
}
.TagClassName
{
border-color: #AED177;
}
</style>