Shades of Conifer #AEDB4C
Tints of Conifer #AEDB4C
RGB
CMYK
RGB Variations
Color information
#AEDB4C (or 0xAEDB4C) is known color: Conifer. HEX triplet: AE, DB and 4C. RGB value is (174,219,76). Sum of RGB (Red+Green+Blue) = 174+219+76=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB4C is #5124B3. Grayscale: #BDBDBD. Windows color (decimal): -5317812 or 5036974. OLE color: 5036974.
HSL color Cylindrical-coordinate representation of color #AEDB4C: hue angle of 78.88º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEDB4C is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 76 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.14 |
| HSL | 78.88º | 0.67% | 0.58% | - |
| HSV(B) | 78.88º | 0.65% | 0.86% | - |
| XYZ | 44.09 | 60.18 | 16.13 | - |
| YUV | 189.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 76 | 0.21 | 0 | 0.65 | 0.14 | 78.88 | 0.67 | 0.58 |
| Hex | AE | DB | 4C | 15 | 0 | 41 | E | 4F | 43 | 3A |
| Octal | 256 | 333 | 114 | 25 | 0 | 101 | 16 | 117 | 103 | 72 |
| Binary | 10101110 | 11011011 | 1001100 | 10101 | 0 | 1000001 | 1110 | 1001111 | 1000011 | 111010 |
Color Harmonies of #AEDB4C
Complementary color
Monochromatic Colors of #AEDB4C
Black with #AEDB4C
Text Example
Text Example
White with #AEDB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB4C; }
p { color: rgb(174,219,76); }
H1.HeaderClassName
{
color: #AEDB4C;
}
.AnyTagClassName
{
color: #AEDB4C;
}
</style>
background-color css
<style>
a { background-color: #AEDB4C; }
a { background-color: rgb(174,219,76); }
div.DivClassName
{
background-color: #AEDB4C;
}
.BgClassName
{
background-color: #AEDB4C;
}
</style>
border-color css
<style>
span { border-color: #AEDB4C; }
span { border-color: rgb(174,219,76); }
td.TdClassName
{
border-color: #AEDB4C;
}
.TagClassName
{
border-color: #AEDB4C;
}
</style>