Shades of Conifer #AEDA44
Tints of Conifer #AEDA44
RGB
CMYK
RGB Variations
Color information
#AEDA44 (or 0xAEDA44) is known color: Conifer. HEX triplet: AE, DA and 44. RGB value is (174,218,68). Sum of RGB (Red+Green+Blue) = 174+218+68=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA44 is #5125BB. Grayscale: #BCBCBC. Windows color (decimal): -5318076 or 4512430. OLE color: 4512430.
HSL color Cylindrical-coordinate representation of color #AEDA44: hue angle of 77.6º degrees, saturation: 0.67, 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 #AEDA44 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 68 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.15 |
| HSL | 77.6º | 0.67% | 0.56% | - |
| HSV(B) | 77.6º | 0.69% | 0.85% | - |
| XYZ | 43.57 | 59.56 | 14.67 | - |
| YUV | 187.74 | 60.42 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 68 | 0.20 | 0 | 0.69 | 0.15 | 77.6 | 0.67 | 0.56 |
| Hex | AE | DA | 44 | 14 | 0 | 45 | F | 4E | 43 | 38 |
| Octal | 256 | 332 | 104 | 24 | 0 | 105 | 17 | 116 | 103 | 70 |
| Binary | 10101110 | 11011010 | 1000100 | 10100 | 0 | 1000101 | 1111 | 1001110 | 1000011 | 111000 |
Color Harmonies of #AEDA44
Complementary color
Monochromatic Colors of #AEDA44
Black with #AEDA44
Text Example
Text Example
White with #AEDA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA44; }
p { color: rgb(174,218,68); }
H1.HeaderClassName
{
color: #AEDA44;
}
.AnyTagClassName
{
color: #AEDA44;
}
</style>
background-color css
<style>
a { background-color: #AEDA44; }
a { background-color: rgb(174,218,68); }
div.DivClassName
{
background-color: #AEDA44;
}
.BgClassName
{
background-color: #AEDA44;
}
</style>
border-color css
<style>
span { border-color: #AEDA44; }
span { border-color: rgb(174,218,68); }
td.TdClassName
{
border-color: #AEDA44;
}
.TagClassName
{
border-color: #AEDA44;
}
</style>