Shades of Conifer #AEDB6B
Tints of Conifer #AEDB6B
RGB
CMYK
RGB Variations
Color information
#AEDB6B (or 0xAEDB6B) is known color: Conifer. HEX triplet: AE, DB and 6B. RGB value is (174,219,107). Sum of RGB (Red+Green+Blue) = 174+219+107=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB6B is #512494. Grayscale: #C1C1C1. Windows color (decimal): -5317781 or 7068590. OLE color: 7068590.
HSL color Cylindrical-coordinate representation of color #AEDB6B: hue angle of 84.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEDB6B is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 107 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.14 |
| HSL | 84.11º | 0.61% | 0.64% | - |
| HSV(B) | 84.11º | 0.51% | 0.86% | - |
| XYZ | 45.44 | 60.72 | 23.24 | - |
| YUV | 192.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 107 | 0.21 | 0 | 0.51 | 0.14 | 84.11 | 0.61 | 0.64 |
| Hex | AE | DB | 6B | 15 | 0 | 33 | E | 54 | 3D | 40 |
| Octal | 256 | 333 | 153 | 25 | 0 | 63 | 16 | 124 | 75 | 100 |
| Binary | 10101110 | 11011011 | 1101011 | 10101 | 0 | 110011 | 1110 | 1010100 | 111101 | 1000000 |
Color Harmonies of #AEDB6B
Complementary color
Monochromatic Colors of #AEDB6B
Black with #AEDB6B
Text Example
Text Example
White with #AEDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB6B; }
p { color: rgb(174,219,107); }
H1.HeaderClassName
{
color: #AEDB6B;
}
.AnyTagClassName
{
color: #AEDB6B;
}
</style>
background-color css
<style>
a { background-color: #AEDB6B; }
a { background-color: rgb(174,219,107); }
div.DivClassName
{
background-color: #AEDB6B;
}
.BgClassName
{
background-color: #AEDB6B;
}
</style>
border-color css
<style>
span { border-color: #AEDB6B; }
span { border-color: rgb(174,219,107); }
td.TdClassName
{
border-color: #AEDB6B;
}
.TagClassName
{
border-color: #AEDB6B;
}
</style>