Shades of Conifer #AEDF58
Tints of Conifer #AEDF58
RGB
CMYK
RGB Variations
Color information
#AEDF58 (or 0xAEDF58) is known color: Conifer. HEX triplet: AE, DF and 58. RGB value is (174,223,88). Sum of RGB (Red+Green+Blue) = 174+223+88=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF58 is #5120A7. Grayscale: #C1C1C1. Windows color (decimal): -5316776 or 5824430. OLE color: 5824430.
HSL color Cylindrical-coordinate representation of color #AEDF58: hue angle of 81.78º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEDF58 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 88 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.13 |
| HSL | 81.78º | 0.68% | 0.61% | - |
| HSV(B) | 81.78º | 0.61% | 0.87% | - |
| XYZ | 45.6 | 62.48 | 18.89 | - |
| YUV | 192.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 88 | 0.22 | 0 | 0.61 | 0.13 | 81.78 | 0.68 | 0.61 |
| Hex | AE | DF | 58 | 16 | 0 | 3D | D | 52 | 44 | 3D |
| Octal | 256 | 337 | 130 | 26 | 0 | 75 | 15 | 122 | 104 | 75 |
| Binary | 10101110 | 11011111 | 1011000 | 10110 | 0 | 111101 | 1101 | 1010010 | 1000100 | 111101 |
Color Harmonies of #AEDF58
Complementary color
Monochromatic Colors of #AEDF58
Black with #AEDF58
Text Example
Text Example
White with #AEDF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF58; }
p { color: rgb(174,223,88); }
H1.HeaderClassName
{
color: #AEDF58;
}
.AnyTagClassName
{
color: #AEDF58;
}
</style>
background-color css
<style>
a { background-color: #AEDF58; }
a { background-color: rgb(174,223,88); }
div.DivClassName
{
background-color: #AEDF58;
}
.BgClassName
{
background-color: #AEDF58;
}
</style>
border-color css
<style>
span { border-color: #AEDF58; }
span { border-color: rgb(174,223,88); }
td.TdClassName
{
border-color: #AEDF58;
}
.TagClassName
{
border-color: #AEDF58;
}
</style>