Shades of Conifer #AEDF50
Tints of Conifer #AEDF50
RGB
CMYK
RGB Variations
Color information
#AEDF50 (or 0xAEDF50) is known color: Conifer. HEX triplet: AE, DF and 50. RGB value is (174,223,80). Sum of RGB (Red+Green+Blue) = 174+223+80=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF50 is #5120AF. Grayscale: #C0C0C0. Windows color (decimal): -5316784 or 5300142. OLE color: 5300142.
HSL color Cylindrical-coordinate representation of color #AEDF50: hue angle of 80.56º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEDF50 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 80 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.13 |
| HSL | 80.56º | 0.69% | 0.59% | - |
| HSV(B) | 80.56º | 0.64% | 0.87% | - |
| XYZ | 45.29 | 62.35 | 17.24 | - |
| YUV | 192.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 80 | 0.22 | 0 | 0.64 | 0.13 | 80.56 | 0.69 | 0.59 |
| Hex | AE | DF | 50 | 16 | 0 | 40 | D | 51 | 45 | 3B |
| Octal | 256 | 337 | 120 | 26 | 0 | 100 | 15 | 121 | 105 | 73 |
| Binary | 10101110 | 11011111 | 1010000 | 10110 | 0 | 1000000 | 1101 | 1010001 | 1000101 | 111011 |
Color Harmonies of #AEDF50
Complementary color
Monochromatic Colors of #AEDF50
Black with #AEDF50
Text Example
Text Example
White with #AEDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF50; }
p { color: rgb(174,223,80); }
H1.HeaderClassName
{
color: #AEDF50;
}
.AnyTagClassName
{
color: #AEDF50;
}
</style>
background-color css
<style>
a { background-color: #AEDF50; }
a { background-color: rgb(174,223,80); }
div.DivClassName
{
background-color: #AEDF50;
}
.BgClassName
{
background-color: #AEDF50;
}
</style>
border-color css
<style>
span { border-color: #AEDF50; }
span { border-color: rgb(174,223,80); }
td.TdClassName
{
border-color: #AEDF50;
}
.TagClassName
{
border-color: #AEDF50;
}
</style>