Shades of Conifer #AEDA55
Tints of Conifer #AEDA55
RGB
CMYK
RGB Variations
Color information
#AEDA55 (or 0xAEDA55) is known color: Conifer. HEX triplet: AE, DA and 55. RGB value is (174,218,85). Sum of RGB (Red+Green+Blue) = 174+218+85=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA55 is #5125AA. Grayscale: #BEBEBE. Windows color (decimal): -5318059 or 5626542. OLE color: 5626542.
HSL color Cylindrical-coordinate representation of color #AEDA55: hue angle of 79.85º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEDA55 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 85 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.15 |
| HSL | 79.85º | 0.64% | 0.59% | - |
| HSV(B) | 79.85º | 0.61% | 0.85% | - |
| XYZ | 44.17 | 59.8 | 17.81 | - |
| YUV | 189.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 85 | 0.20 | 0 | 0.61 | 0.15 | 79.85 | 0.64 | 0.59 |
| Hex | AE | DA | 55 | 14 | 0 | 3D | F | 50 | 40 | 3B |
| Octal | 256 | 332 | 125 | 24 | 0 | 75 | 17 | 120 | 100 | 73 |
| Binary | 10101110 | 11011010 | 1010101 | 10100 | 0 | 111101 | 1111 | 1010000 | 1000000 | 111011 |
Color Harmonies of #AEDA55
Complementary color
Monochromatic Colors of #AEDA55
Black with #AEDA55
Text Example
Text Example
White with #AEDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA55; }
p { color: rgb(174,218,85); }
H1.HeaderClassName
{
color: #AEDA55;
}
.AnyTagClassName
{
color: #AEDA55;
}
</style>
background-color css
<style>
a { background-color: #AEDA55; }
a { background-color: rgb(174,218,85); }
div.DivClassName
{
background-color: #AEDA55;
}
.BgClassName
{
background-color: #AEDA55;
}
</style>
border-color css
<style>
span { border-color: #AEDA55; }
span { border-color: rgb(174,218,85); }
td.TdClassName
{
border-color: #AEDA55;
}
.TagClassName
{
border-color: #AEDA55;
}
</style>