Shades of Conifer #AED551
Tints of Conifer #AED551
RGB
CMYK
RGB Variations
Color information
#AED551 (or 0xAED551) is known color: Conifer. HEX triplet: AE, D5 and 51. RGB value is (174,213,81). Sum of RGB (Red+Green+Blue) = 174+213+81=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #AED551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED551 is #512AAE. Grayscale: #BABABA. Windows color (decimal): -5319343 or 5363118. OLE color: 5363118.
HSL color Cylindrical-coordinate representation of color #AED551: hue angle of 77.73º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AED551 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 81 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.16 |
| HSL | 77.73º | 0.61% | 0.58% | - |
| HSV(B) | 77.73º | 0.62% | 0.84% | - |
| XYZ | 42.74 | 57.18 | 16.57 | - |
| YUV | 186.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 81 | 0.18 | 0 | 0.62 | 0.16 | 77.73 | 0.61 | 0.58 |
| Hex | AE | D5 | 51 | 12 | 0 | 3E | 10 | 4E | 3D | 3A |
| Octal | 256 | 325 | 121 | 22 | 0 | 76 | 20 | 116 | 75 | 72 |
| Binary | 10101110 | 11010101 | 1010001 | 10010 | 0 | 111110 | 10000 | 1001110 | 111101 | 111010 |
Color Harmonies of #AED551
Complementary color
Monochromatic Colors of #AED551
Black with #AED551
Text Example
Text Example
White with #AED551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED551; }
p { color: rgb(174,213,81); }
H1.HeaderClassName
{
color: #AED551;
}
.AnyTagClassName
{
color: #AED551;
}
</style>
background-color css
<style>
a { background-color: #AED551; }
a { background-color: rgb(174,213,81); }
div.DivClassName
{
background-color: #AED551;
}
.BgClassName
{
background-color: #AED551;
}
</style>
border-color css
<style>
span { border-color: #AED551; }
span { border-color: rgb(174,213,81); }
td.TdClassName
{
border-color: #AED551;
}
.TagClassName
{
border-color: #AED551;
}
</style>