Shades of Conifer #AED955
Tints of Conifer #AED955
RGB
CMYK
RGB Variations
Color information
#AED955 (or 0xAED955) is known color: Conifer. HEX triplet: AE, D9 and 55. RGB value is (174,217,85). Sum of RGB (Red+Green+Blue) = 174+217+85=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #AED955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED955 is #5126AA. Grayscale: #BDBDBD. Windows color (decimal): -5318315 or 5626286. OLE color: 5626286.
HSL color Cylindrical-coordinate representation of color #AED955: hue angle of 79.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AED955 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 85 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.15 |
| HSL | 79.55º | 0.63% | 0.59% | - |
| HSV(B) | 79.55º | 0.61% | 0.85% | - |
| XYZ | 43.91 | 59.28 | 17.72 | - |
| YUV | 189.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 85 | 0.20 | 0 | 0.61 | 0.15 | 79.55 | 0.63 | 0.59 |
| Hex | AE | D9 | 55 | 14 | 0 | 3D | F | 50 | 3F | 3B |
| Octal | 256 | 331 | 125 | 24 | 0 | 75 | 17 | 120 | 77 | 73 |
| Binary | 10101110 | 11011001 | 1010101 | 10100 | 0 | 111101 | 1111 | 1010000 | 111111 | 111011 |
Color Harmonies of #AED955
Complementary color
Monochromatic Colors of #AED955
Black with #AED955
Text Example
Text Example
White with #AED955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED955; }
p { color: rgb(174,217,85); }
H1.HeaderClassName
{
color: #AED955;
}
.AnyTagClassName
{
color: #AED955;
}
</style>
background-color css
<style>
a { background-color: #AED955; }
a { background-color: rgb(174,217,85); }
div.DivClassName
{
background-color: #AED955;
}
.BgClassName
{
background-color: #AED955;
}
</style>
border-color css
<style>
span { border-color: #AED955; }
span { border-color: rgb(174,217,85); }
td.TdClassName
{
border-color: #AED955;
}
.TagClassName
{
border-color: #AED955;
}
</style>