Shades of Conifer #AEDA51
Tints of Conifer #AEDA51
RGB
CMYK
RGB Variations
Color information
#AEDA51 (or 0xAEDA51) is known color: Conifer. HEX triplet: AE, DA and 51. RGB value is (174,218,81). Sum of RGB (Red+Green+Blue) = 174+218+81=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA51 is #5125AE. Grayscale: #BDBDBD. Windows color (decimal): -5318063 or 5364398. OLE color: 5364398.
HSL color Cylindrical-coordinate representation of color #AEDA51: hue angle of 79.27º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEDA51 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 81 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.15 |
| HSL | 79.27º | 0.65% | 0.59% | - |
| HSV(B) | 79.27º | 0.63% | 0.85% | - |
| XYZ | 44.01 | 59.74 | 17 | - |
| YUV | 189.23 | 66.92 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 81 | 0.20 | 0 | 0.63 | 0.15 | 79.27 | 0.65 | 0.59 |
| Hex | AE | DA | 51 | 14 | 0 | 3F | F | 4F | 41 | 3B |
| Octal | 256 | 332 | 121 | 24 | 0 | 77 | 17 | 117 | 101 | 73 |
| Binary | 10101110 | 11011010 | 1010001 | 10100 | 0 | 111111 | 1111 | 1001111 | 1000001 | 111011 |
Color Harmonies of #AEDA51
Complementary color
Monochromatic Colors of #AEDA51
Black with #AEDA51
Text Example
Text Example
White with #AEDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA51; }
p { color: rgb(174,218,81); }
H1.HeaderClassName
{
color: #AEDA51;
}
.AnyTagClassName
{
color: #AEDA51;
}
</style>
background-color css
<style>
a { background-color: #AEDA51; }
a { background-color: rgb(174,218,81); }
div.DivClassName
{
background-color: #AEDA51;
}
.BgClassName
{
background-color: #AEDA51;
}
</style>
border-color css
<style>
span { border-color: #AEDA51; }
span { border-color: rgb(174,218,81); }
td.TdClassName
{
border-color: #AEDA51;
}
.TagClassName
{
border-color: #AEDA51;
}
</style>