Shades of Conifer #AEDB6A
Tints of Conifer #AEDB6A
RGB
CMYK
RGB Variations
Color information
#AEDB6A (or 0xAEDB6A) is known color: Conifer. HEX triplet: AE, DB and 6A. RGB value is (174,219,106). Sum of RGB (Red+Green+Blue) = 174+219+106=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB6A is #512495. Grayscale: #C1C1C1. Windows color (decimal): -5317782 or 7003054. OLE color: 7003054.
HSL color Cylindrical-coordinate representation of color #AEDB6A: hue angle of 83.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEDB6A is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 106 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.14 |
| HSL | 83.89º | 0.61% | 0.64% | - |
| HSV(B) | 83.89º | 0.52% | 0.86% | - |
| XYZ | 45.39 | 60.7 | 22.96 | - |
| YUV | 192.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 106 | 0.21 | 0 | 0.52 | 0.14 | 83.89 | 0.61 | 0.64 |
| Hex | AE | DB | 6A | 15 | 0 | 34 | E | 54 | 3D | 40 |
| Octal | 256 | 333 | 152 | 25 | 0 | 64 | 16 | 124 | 75 | 100 |
| Binary | 10101110 | 11011011 | 1101010 | 10101 | 0 | 110100 | 1110 | 1010100 | 111101 | 1000000 |
Color Harmonies of #AEDB6A
Complementary color
Monochromatic Colors of #AEDB6A
Black with #AEDB6A
Text Example
Text Example
White with #AEDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB6A; }
p { color: rgb(174,219,106); }
H1.HeaderClassName
{
color: #AEDB6A;
}
.AnyTagClassName
{
color: #AEDB6A;
}
</style>
background-color css
<style>
a { background-color: #AEDB6A; }
a { background-color: rgb(174,219,106); }
div.DivClassName
{
background-color: #AEDB6A;
}
.BgClassName
{
background-color: #AEDB6A;
}
</style>
border-color css
<style>
span { border-color: #AEDB6A; }
span { border-color: rgb(174,219,106); }
td.TdClassName
{
border-color: #AEDB6A;
}
.TagClassName
{
border-color: #AEDB6A;
}
</style>