Shades of Conifer #AEDB5E
Tints of Conifer #AEDB5E
RGB
CMYK
RGB Variations
Color information
#AEDB5E (or 0xAEDB5E) is known color: Conifer. HEX triplet: AE, DB and 5E. RGB value is (174,219,94). Sum of RGB (Red+Green+Blue) = 174+219+94=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB5E is #5124A1. Grayscale: #BFBFBF. Windows color (decimal): -5317794 or 6216622. OLE color: 6216622.
HSL color Cylindrical-coordinate representation of color #AEDB5E: hue angle of 81.6º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEDB5E is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 219 | 94 | - |
CMYK | 0.21 | 0 | 0.57 | 0.14 |
HSL | 81.6º | 0.63% | 0.61% | - |
HSV(B) | 81.6º | 0.57% | 0.86% | - |
XYZ | 44.81 | 60.47 | 19.9 | - |
YUV | 191.3 | 73.09 | 115.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 219 | 94 | 0.21 | 0 | 0.57 | 0.14 | 81.6 | 0.63 | 0.61 |
Hex | AE | DB | 5E | 15 | 0 | 39 | E | 52 | 3F | 3D |
Octal | 256 | 333 | 136 | 25 | 0 | 71 | 16 | 122 | 77 | 75 |
Binary | 10101110 | 11011011 | 1011110 | 10101 | 0 | 111001 | 1110 | 1010010 | 111111 | 111101 |
Color Harmonies of #AEDB5E
Complementary color
Monochromatic Colors of #AEDB5E
Black with #AEDB5E
Text Example
Text Example
White with #AEDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB5E; }
p { color: rgb(174,219,94); }
H1.HeaderClassName
{
color: #AEDB5E;
}
.AnyTagClassName
{
color: #AEDB5E;
}
</style>
background-color css
<style>
a { background-color: #AEDB5E; }
a { background-color: rgb(174,219,94); }
div.DivClassName
{
background-color: #AEDB5E;
}
.BgClassName
{
background-color: #AEDB5E;
}
</style>
border-color css
<style>
span { border-color: #AEDB5E; }
span { border-color: rgb(174,219,94); }
td.TdClassName
{
border-color: #AEDB5E;
}
.TagClassName
{
border-color: #AEDB5E;
}
</style>