Shades of Conifer #AED558
Tints of Conifer #AED558
RGB
CMYK
RGB Variations
Color information
#AED558 (or 0xAED558) is known color: Conifer. HEX triplet: AE, D5 and 58. RGB value is (174,213,88). Sum of RGB (Red+Green+Blue) = 174+213+88=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #AED558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED558 is #512AA7. Grayscale: #BBBBBB. Windows color (decimal): -5319336 or 5821870. OLE color: 5821870.
HSL color Cylindrical-coordinate representation of color #AED558: hue angle of 78.72º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AED558 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 88 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.16 |
| HSL | 78.72º | 0.6% | 0.59% | - |
| HSV(B) | 78.72º | 0.59% | 0.84% | - |
| XYZ | 43.01 | 57.29 | 18.02 | - |
| YUV | 187.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 88 | 0.18 | 0 | 0.59 | 0.16 | 78.72 | 0.6 | 0.59 |
| Hex | AE | D5 | 58 | 12 | 0 | 3B | 10 | 4F | 3C | 3B |
| Octal | 256 | 325 | 130 | 22 | 0 | 73 | 20 | 117 | 74 | 73 |
| Binary | 10101110 | 11010101 | 1011000 | 10010 | 0 | 111011 | 10000 | 1001111 | 111100 | 111011 |
Color Harmonies of #AED558
Complementary color
Monochromatic Colors of #AED558
Black with #AED558
Text Example
Text Example
White with #AED558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED558; }
p { color: rgb(174,213,88); }
H1.HeaderClassName
{
color: #AED558;
}
.AnyTagClassName
{
color: #AED558;
}
</style>
background-color css
<style>
a { background-color: #AED558; }
a { background-color: rgb(174,213,88); }
div.DivClassName
{
background-color: #AED558;
}
.BgClassName
{
background-color: #AED558;
}
</style>
border-color css
<style>
span { border-color: #AED558; }
span { border-color: rgb(174,213,88); }
td.TdClassName
{
border-color: #AED558;
}
.TagClassName
{
border-color: #AED558;
}
</style>