Shades of Conifer #AEDA41
Tints of Conifer #AEDA41
RGB
CMYK
RGB Variations
Color information
#AEDA41 (or 0xAEDA41) is known color: Conifer. HEX triplet: AE, DA and 41. RGB value is (174,218,65). Sum of RGB (Red+Green+Blue) = 174+218+65=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA41 is #5125BE. Grayscale: #BBBBBB. Windows color (decimal): -5318079 or 4315822. OLE color: 4315822.
HSL color Cylindrical-coordinate representation of color #AEDA41: hue angle of 77.25º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEDA41 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 65 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.15 |
| HSL | 77.25º | 0.67% | 0.55% | - |
| HSV(B) | 77.25º | 0.7% | 0.85% | - |
| XYZ | 43.48 | 59.52 | 14.2 | - |
| YUV | 187.4 | 58.92 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 65 | 0.20 | 0 | 0.70 | 0.15 | 77.25 | 0.67 | 0.55 |
| Hex | AE | DA | 41 | 14 | 0 | 46 | F | 4D | 43 | 37 |
| Octal | 256 | 332 | 101 | 24 | 0 | 106 | 17 | 115 | 103 | 67 |
| Binary | 10101110 | 11011010 | 1000001 | 10100 | 0 | 1000110 | 1111 | 1001101 | 1000011 | 110111 |
Color Harmonies of #AEDA41
Complementary color
Monochromatic Colors of #AEDA41
Black with #AEDA41
Text Example
Text Example
White with #AEDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA41; }
p { color: rgb(174,218,65); }
H1.HeaderClassName
{
color: #AEDA41;
}
.AnyTagClassName
{
color: #AEDA41;
}
</style>
background-color css
<style>
a { background-color: #AEDA41; }
a { background-color: rgb(174,218,65); }
div.DivClassName
{
background-color: #AEDA41;
}
.BgClassName
{
background-color: #AEDA41;
}
</style>
border-color css
<style>
span { border-color: #AEDA41; }
span { border-color: rgb(174,218,65); }
td.TdClassName
{
border-color: #AEDA41;
}
.TagClassName
{
border-color: #AEDA41;
}
</style>