Shades of Conifer #AEDA5B
Tints of Conifer #AEDA5B
RGB
CMYK
RGB Variations
Color information
#AEDA5B (or 0xAEDA5B) is known color: Conifer. HEX triplet: AE, DA and 5B. RGB value is (174,218,91). Sum of RGB (Red+Green+Blue) = 174+218+91=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA5B is #5125A4. Grayscale: #BEBEBE. Windows color (decimal): -5318053 or 6019758. OLE color: 6019758.
HSL color Cylindrical-coordinate representation of color #AEDA5B: hue angle of 80.79º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEDA5B is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 91 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.15 |
| HSL | 80.79º | 0.63% | 0.61% | - |
| HSV(B) | 80.79º | 0.58% | 0.85% | - |
| XYZ | 44.42 | 59.9 | 19.12 | - |
| YUV | 190.37 | 71.92 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 91 | 0.20 | 0 | 0.58 | 0.15 | 80.79 | 0.63 | 0.61 |
| Hex | AE | DA | 5B | 14 | 0 | 3A | F | 51 | 3F | 3D |
| Octal | 256 | 332 | 133 | 24 | 0 | 72 | 17 | 121 | 77 | 75 |
| Binary | 10101110 | 11011010 | 1011011 | 10100 | 0 | 111010 | 1111 | 1010001 | 111111 | 111101 |
Color Harmonies of #AEDA5B
Complementary color
Monochromatic Colors of #AEDA5B
Black with #AEDA5B
Text Example
Text Example
White with #AEDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA5B; }
p { color: rgb(174,218,91); }
H1.HeaderClassName
{
color: #AEDA5B;
}
.AnyTagClassName
{
color: #AEDA5B;
}
</style>
background-color css
<style>
a { background-color: #AEDA5B; }
a { background-color: rgb(174,218,91); }
div.DivClassName
{
background-color: #AEDA5B;
}
.BgClassName
{
background-color: #AEDA5B;
}
</style>
border-color css
<style>
span { border-color: #AEDA5B; }
span { border-color: rgb(174,218,91); }
td.TdClassName
{
border-color: #AEDA5B;
}
.TagClassName
{
border-color: #AEDA5B;
}
</style>