Shades of Caper #AED26C
Tints of Caper #AED26C
RGB
CMYK
RGB Variations
Color information
#AED26C (or 0xAED26C) is known color: Caper. HEX triplet: AE, D2 and 6C. RGB value is (174,210,108). Sum of RGB (Red+Green+Blue) = 174+210+108=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #AED26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED26C is #512D93. Grayscale: #BBBBBB. Windows color (decimal): -5320084 or 7131822. OLE color: 7131822.
HSL color Cylindrical-coordinate representation of color #AED26C: hue angle of 81.18º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AED26C is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 108 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.18 |
| HSL | 81.18º | 0.53% | 0.62% | - |
| HSV(B) | 81.18º | 0.49% | 0.82% | - |
| XYZ | 43.21 | 56.17 | 22.75 | - |
| YUV | 187.61 | 83.07 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 108 | 0.17 | 0 | 0.49 | 0.18 | 81.18 | 0.53 | 0.62 |
| Hex | AE | D2 | 6C | 11 | 0 | 31 | 12 | 51 | 35 | 3E |
| Octal | 256 | 322 | 154 | 21 | 0 | 61 | 22 | 121 | 65 | 76 |
| Binary | 10101110 | 11010010 | 1101100 | 10001 | 0 | 110001 | 10010 | 1010001 | 110101 | 111110 |
Color Harmonies of #AED26C
Complementary color
Monochromatic Colors of #AED26C
Black with #AED26C
Text Example
Text Example
White with #AED26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED26C; }
p { color: rgb(174,210,108); }
H1.HeaderClassName
{
color: #AED26C;
}
.AnyTagClassName
{
color: #AED26C;
}
</style>
background-color css
<style>
a { background-color: #AED26C; }
a { background-color: rgb(174,210,108); }
div.DivClassName
{
background-color: #AED26C;
}
.BgClassName
{
background-color: #AED26C;
}
</style>
border-color css
<style>
span { border-color: #AED26C; }
span { border-color: rgb(174,210,108); }
td.TdClassName
{
border-color: #AED26C;
}
.TagClassName
{
border-color: #AED26C;
}
</style>