Shades of Conifer #AED451
Tints of Conifer #AED451
RGB
CMYK
RGB Variations
Color information
#AED451 (or 0xAED451) is known color: Conifer. HEX triplet: AE, D4 and 51. RGB value is (174,212,81). Sum of RGB (Red+Green+Blue) = 174+212+81=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #AED451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED451 is #512BAE. Grayscale: #BABABA. Windows color (decimal): -5319599 or 5362862. OLE color: 5362862.
HSL color Cylindrical-coordinate representation of color #AED451: hue angle of 77.4º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AED451 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 81 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.17 |
| HSL | 77.4º | 0.6% | 0.57% | - |
| HSV(B) | 77.4º | 0.62% | 0.83% | - |
| XYZ | 42.48 | 56.68 | 16.49 | - |
| YUV | 185.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 81 | 0.18 | 0 | 0.62 | 0.17 | 77.4 | 0.6 | 0.57 |
| Hex | AE | D4 | 51 | 12 | 0 | 3E | 11 | 4D | 3C | 39 |
| Octal | 256 | 324 | 121 | 22 | 0 | 76 | 21 | 115 | 74 | 71 |
| Binary | 10101110 | 11010100 | 1010001 | 10010 | 0 | 111110 | 10001 | 1001101 | 111100 | 111001 |
Color Harmonies of #AED451
Complementary color
Monochromatic Colors of #AED451
Black with #AED451
Text Example
Text Example
White with #AED451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED451; }
p { color: rgb(174,212,81); }
H1.HeaderClassName
{
color: #AED451;
}
.AnyTagClassName
{
color: #AED451;
}
</style>
background-color css
<style>
a { background-color: #AED451; }
a { background-color: rgb(174,212,81); }
div.DivClassName
{
background-color: #AED451;
}
.BgClassName
{
background-color: #AED451;
}
</style>
border-color css
<style>
span { border-color: #AED451; }
span { border-color: rgb(174,212,81); }
td.TdClassName
{
border-color: #AED451;
}
.TagClassName
{
border-color: #AED451;
}
</style>