Shades of Conifer #AEDB52
Tints of Conifer #AEDB52
RGB
CMYK
RGB Variations
Color information
#AEDB52 (or 0xAEDB52) is known color: Conifer. HEX triplet: AE, DB and 52. RGB value is (174,219,82). Sum of RGB (Red+Green+Blue) = 174+219+82=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB52 is #5124AD. Grayscale: #BEBEBE. Windows color (decimal): -5317806 or 5430190. OLE color: 5430190.
HSL color Cylindrical-coordinate representation of color #AEDB52: hue angle of 79.71º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEDB52 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 82 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.14 |
| HSL | 79.71º | 0.66% | 0.59% | - |
| HSV(B) | 79.71º | 0.63% | 0.86% | - |
| XYZ | 44.31 | 60.27 | 17.28 | - |
| YUV | 189.93 | 67.09 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 82 | 0.21 | 0 | 0.63 | 0.14 | 79.71 | 0.66 | 0.59 |
| Hex | AE | DB | 52 | 15 | 0 | 3F | E | 50 | 42 | 3B |
| Octal | 256 | 333 | 122 | 25 | 0 | 77 | 16 | 120 | 102 | 73 |
| Binary | 10101110 | 11011011 | 1010010 | 10101 | 0 | 111111 | 1110 | 1010000 | 1000010 | 111011 |
Color Harmonies of #AEDB52
Complementary color
Monochromatic Colors of #AEDB52
Black with #AEDB52
Text Example
Text Example
White with #AEDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB52; }
p { color: rgb(174,219,82); }
H1.HeaderClassName
{
color: #AEDB52;
}
.AnyTagClassName
{
color: #AEDB52;
}
</style>
background-color css
<style>
a { background-color: #AEDB52; }
a { background-color: rgb(174,219,82); }
div.DivClassName
{
background-color: #AEDB52;
}
.BgClassName
{
background-color: #AEDB52;
}
</style>
border-color css
<style>
span { border-color: #AEDB52; }
span { border-color: rgb(174,219,82); }
td.TdClassName
{
border-color: #AEDB52;
}
.TagClassName
{
border-color: #AEDB52;
}
</style>