Shades of Conifer #AEDB5B
Tints of Conifer #AEDB5B
RGB
CMYK
RGB Variations
Color information
#AEDB5B (or 0xAEDB5B) is known color: Conifer. HEX triplet: AE, DB and 5B. RGB value is (174,219,91). Sum of RGB (Red+Green+Blue) = 174+219+91=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB5B is #5124A4. Grayscale: #BFBFBF. Windows color (decimal): -5317797 or 6020014. OLE color: 6020014.
HSL color Cylindrical-coordinate representation of color #AEDB5B: hue angle of 81.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEDB5B is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 91 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.14 |
| HSL | 81.09º | 0.64% | 0.61% | - |
| HSV(B) | 81.09º | 0.58% | 0.86% | - |
| XYZ | 44.68 | 60.42 | 19.2 | - |
| YUV | 190.95 | 71.59 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 91 | 0.21 | 0 | 0.58 | 0.14 | 81.09 | 0.64 | 0.61 |
| Hex | AE | DB | 5B | 15 | 0 | 3A | E | 51 | 40 | 3D |
| Octal | 256 | 333 | 133 | 25 | 0 | 72 | 16 | 121 | 100 | 75 |
| Binary | 10101110 | 11011011 | 1011011 | 10101 | 0 | 111010 | 1110 | 1010001 | 1000000 | 111101 |
Color Harmonies of #AEDB5B
Complementary color
Monochromatic Colors of #AEDB5B
Black with #AEDB5B
Text Example
Text Example
White with #AEDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB5B; }
p { color: rgb(174,219,91); }
H1.HeaderClassName
{
color: #AEDB5B;
}
.AnyTagClassName
{
color: #AEDB5B;
}
</style>
background-color css
<style>
a { background-color: #AEDB5B; }
a { background-color: rgb(174,219,91); }
div.DivClassName
{
background-color: #AEDB5B;
}
.BgClassName
{
background-color: #AEDB5B;
}
</style>
border-color css
<style>
span { border-color: #AEDB5B; }
span { border-color: rgb(174,219,91); }
td.TdClassName
{
border-color: #AEDB5B;
}
.TagClassName
{
border-color: #AEDB5B;
}
</style>