Shades of Conifer #AEDD3E
Tints of Conifer #AEDD3E
RGB
CMYK
RGB Variations
Color information
#AEDD3E (or 0xAEDD3E) is known color: Conifer. HEX triplet: AE, DD and 3E. RGB value is (174,221,62). Sum of RGB (Red+Green+Blue) = 174+221+62=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD3E is #5122C1. Grayscale: #BDBDBD. Windows color (decimal): -5317314 or 4119982. OLE color: 4119982.
HSL color Cylindrical-coordinate representation of color #AEDD3E: hue angle of 77.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEDD3E is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 62 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.13 |
| HSL | 77.74º | 0.7% | 0.55% | - |
| HSV(B) | 77.74º | 0.72% | 0.87% | - |
| XYZ | 44.18 | 61.06 | 14.01 | - |
| YUV | 188.82 | 56.43 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 62 | 0.21 | 0 | 0.72 | 0.13 | 77.74 | 0.7 | 0.55 |
| Hex | AE | DD | 3E | 15 | 0 | 48 | D | 4E | 46 | 37 |
| Octal | 256 | 335 | 76 | 25 | 0 | 110 | 15 | 116 | 106 | 67 |
| Binary | 10101110 | 11011101 | 111110 | 10101 | 0 | 1001000 | 1101 | 1001110 | 1000110 | 110111 |
Color Harmonies of #AEDD3E
Complementary color
Monochromatic Colors of #AEDD3E
Black with #AEDD3E
Text Example
Text Example
White with #AEDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD3E; }
p { color: rgb(174,221,62); }
H1.HeaderClassName
{
color: #AEDD3E;
}
.AnyTagClassName
{
color: #AEDD3E;
}
</style>
background-color css
<style>
a { background-color: #AEDD3E; }
a { background-color: rgb(174,221,62); }
div.DivClassName
{
background-color: #AEDD3E;
}
.BgClassName
{
background-color: #AEDD3E;
}
</style>
border-color css
<style>
span { border-color: #AEDD3E; }
span { border-color: rgb(174,221,62); }
td.TdClassName
{
border-color: #AEDD3E;
}
.TagClassName
{
border-color: #AEDD3E;
}
</style>