Shades of Conifer #AEDD40
Tints of Conifer #AEDD40
RGB
CMYK
RGB Variations
Color information
#AEDD40 (or 0xAEDD40) is known color: Conifer. HEX triplet: AE, DD and 40. RGB value is (174,221,64). Sum of RGB (Red+Green+Blue) = 174+221+64=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD40 is #5122BF. Grayscale: #BDBDBD. Windows color (decimal): -5317312 or 4251054. OLE color: 4251054.
HSL color Cylindrical-coordinate representation of color #AEDD40: hue angle of 77.96º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AEDD40 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 64 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.13 |
| HSL | 77.96º | 0.7% | 0.56% | - |
| HSV(B) | 77.96º | 0.71% | 0.87% | - |
| XYZ | 44.24 | 61.08 | 14.31 | - |
| YUV | 189.05 | 57.43 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 64 | 0.21 | 0 | 0.71 | 0.13 | 77.96 | 0.7 | 0.56 |
| Hex | AE | DD | 40 | 15 | 0 | 47 | D | 4E | 46 | 38 |
| Octal | 256 | 335 | 100 | 25 | 0 | 107 | 15 | 116 | 106 | 70 |
| Binary | 10101110 | 11011101 | 1000000 | 10101 | 0 | 1000111 | 1101 | 1001110 | 1000110 | 111000 |
Color Harmonies of #AEDD40
Complementary color
Monochromatic Colors of #AEDD40
Black with #AEDD40
Text Example
Text Example
White with #AEDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD40; }
p { color: rgb(174,221,64); }
H1.HeaderClassName
{
color: #AEDD40;
}
.AnyTagClassName
{
color: #AEDD40;
}
</style>
background-color css
<style>
a { background-color: #AEDD40; }
a { background-color: rgb(174,221,64); }
div.DivClassName
{
background-color: #AEDD40;
}
.BgClassName
{
background-color: #AEDD40;
}
</style>
border-color css
<style>
span { border-color: #AEDD40; }
span { border-color: rgb(174,221,64); }
td.TdClassName
{
border-color: #AEDD40;
}
.TagClassName
{
border-color: #AEDD40;
}
</style>