Shades of Conifer #AED844
Tints of Conifer #AED844
RGB
CMYK
RGB Variations
Color information
#AED844 (or 0xAED844) is known color: Conifer. HEX triplet: AE, D8 and 44. RGB value is (174,216,68). Sum of RGB (Red+Green+Blue) = 174+216+68=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #AED844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED844 is #5127BB. Grayscale: #BBBBBB. Windows color (decimal): -5318588 or 4511918. OLE color: 4511918.
HSL color Cylindrical-coordinate representation of color #AED844: hue angle of 77.03º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AED844 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 68 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.15 |
| HSL | 77.03º | 0.65% | 0.56% | - |
| HSV(B) | 77.03º | 0.69% | 0.85% | - |
| XYZ | 43.05 | 58.53 | 14.5 | - |
| YUV | 186.57 | 61.09 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 68 | 0.19 | 0 | 0.69 | 0.15 | 77.03 | 0.65 | 0.56 |
| Hex | AE | D8 | 44 | 13 | 0 | 45 | F | 4D | 41 | 38 |
| Octal | 256 | 330 | 104 | 23 | 0 | 105 | 17 | 115 | 101 | 70 |
| Binary | 10101110 | 11011000 | 1000100 | 10011 | 0 | 1000101 | 1111 | 1001101 | 1000001 | 111000 |
Color Harmonies of #AED844
Complementary color
Monochromatic Colors of #AED844
Black with #AED844
Text Example
Text Example
White with #AED844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED844; }
p { color: rgb(174,216,68); }
H1.HeaderClassName
{
color: #AED844;
}
.AnyTagClassName
{
color: #AED844;
}
</style>
background-color css
<style>
a { background-color: #AED844; }
a { background-color: rgb(174,216,68); }
div.DivClassName
{
background-color: #AED844;
}
.BgClassName
{
background-color: #AED844;
}
</style>
border-color css
<style>
span { border-color: #AED844; }
span { border-color: rgb(174,216,68); }
td.TdClassName
{
border-color: #AED844;
}
.TagClassName
{
border-color: #AED844;
}
</style>