Shades of Conifer #AEDB5F
Tints of Conifer #AEDB5F
RGB
CMYK
RGB Variations
Color information
#AEDB5F (or 0xAEDB5F) is known color: Conifer. HEX triplet: AE, DB and 5F. RGB value is (174,219,95). Sum of RGB (Red+Green+Blue) = 174+219+95=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB5F is #5124A0. Grayscale: #BFBFBF. Windows color (decimal): -5317793 or 6282158. OLE color: 6282158.
HSL color Cylindrical-coordinate representation of color #AEDB5F: hue angle of 81.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEDB5F is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 95 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.14 |
| HSL | 81.77º | 0.63% | 0.62% | - |
| HSV(B) | 81.77º | 0.57% | 0.86% | - |
| XYZ | 44.85 | 60.49 | 20.14 | - |
| YUV | 191.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 95 | 0.21 | 0 | 0.57 | 0.14 | 81.77 | 0.63 | 0.62 |
| Hex | AE | DB | 5F | 15 | 0 | 39 | E | 52 | 3F | 3E |
| Octal | 256 | 333 | 137 | 25 | 0 | 71 | 16 | 122 | 77 | 76 |
| Binary | 10101110 | 11011011 | 1011111 | 10101 | 0 | 111001 | 1110 | 1010010 | 111111 | 111110 |
Color Harmonies of #AEDB5F
Complementary color
Monochromatic Colors of #AEDB5F
Black with #AEDB5F
Text Example
Text Example
White with #AEDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB5F; }
p { color: rgb(174,219,95); }
H1.HeaderClassName
{
color: #AEDB5F;
}
.AnyTagClassName
{
color: #AEDB5F;
}
</style>
background-color css
<style>
a { background-color: #AEDB5F; }
a { background-color: rgb(174,219,95); }
div.DivClassName
{
background-color: #AEDB5F;
}
.BgClassName
{
background-color: #AEDB5F;
}
</style>
border-color css
<style>
span { border-color: #AEDB5F; }
span { border-color: rgb(174,219,95); }
td.TdClassName
{
border-color: #AEDB5F;
}
.TagClassName
{
border-color: #AEDB5F;
}
</style>