Shades of Conifer #AED554
Tints of Conifer #AED554
RGB
CMYK
RGB Variations
Color information
#AED554 (or 0xAED554) is known color: Conifer. HEX triplet: AE, D5 and 54. RGB value is (174,213,84). Sum of RGB (Red+Green+Blue) = 174+213+84=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #AED554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED554 is #512AAB. Grayscale: #BBBBBB. Windows color (decimal): -5319340 or 5559726. OLE color: 5559726.
HSL color Cylindrical-coordinate representation of color #AED554: hue angle of 78.14º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AED554 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 84 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.16 |
| HSL | 78.14º | 0.61% | 0.58% | - |
| HSV(B) | 78.14º | 0.61% | 0.84% | - |
| XYZ | 42.85 | 57.23 | 17.18 | - |
| YUV | 186.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 84 | 0.18 | 0 | 0.61 | 0.16 | 78.14 | 0.61 | 0.58 |
| Hex | AE | D5 | 54 | 12 | 0 | 3D | 10 | 4E | 3D | 3A |
| Octal | 256 | 325 | 124 | 22 | 0 | 75 | 20 | 116 | 75 | 72 |
| Binary | 10101110 | 11010101 | 1010100 | 10010 | 0 | 111101 | 10000 | 1001110 | 111101 | 111010 |
Color Harmonies of #AED554
Complementary color
Monochromatic Colors of #AED554
Black with #AED554
Text Example
Text Example
White with #AED554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED554; }
p { color: rgb(174,213,84); }
H1.HeaderClassName
{
color: #AED554;
}
.AnyTagClassName
{
color: #AED554;
}
</style>
background-color css
<style>
a { background-color: #AED554; }
a { background-color: rgb(174,213,84); }
div.DivClassName
{
background-color: #AED554;
}
.BgClassName
{
background-color: #AED554;
}
</style>
border-color css
<style>
span { border-color: #AED554; }
span { border-color: rgb(174,213,84); }
td.TdClassName
{
border-color: #AED554;
}
.TagClassName
{
border-color: #AED554;
}
</style>