Shades of Conifer #AEDB62
Tints of Conifer #AEDB62
RGB
CMYK
RGB Variations
Color information
#AEDB62 (or 0xAEDB62) is known color: Conifer. HEX triplet: AE, DB and 62. RGB value is (174,219,98). Sum of RGB (Red+Green+Blue) = 174+219+98=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB62 is #51249D. Grayscale: #C0C0C0. Windows color (decimal): -5317790 or 6478766. OLE color: 6478766.
HSL color Cylindrical-coordinate representation of color #AEDB62: hue angle of 82.31º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEDB62 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 98 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.14 |
| HSL | 82.31º | 0.63% | 0.62% | - |
| HSV(B) | 82.31º | 0.55% | 0.86% | - |
| XYZ | 44.99 | 60.54 | 20.87 | - |
| YUV | 191.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 98 | 0.21 | 0 | 0.55 | 0.14 | 82.31 | 0.63 | 0.62 |
| Hex | AE | DB | 62 | 15 | 0 | 37 | E | 52 | 3F | 3E |
| Octal | 256 | 333 | 142 | 25 | 0 | 67 | 16 | 122 | 77 | 76 |
| Binary | 10101110 | 11011011 | 1100010 | 10101 | 0 | 110111 | 1110 | 1010010 | 111111 | 111110 |
Color Harmonies of #AEDB62
Complementary color
Monochromatic Colors of #AEDB62
Black with #AEDB62
Text Example
Text Example
White with #AEDB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB62; }
p { color: rgb(174,219,98); }
H1.HeaderClassName
{
color: #AEDB62;
}
.AnyTagClassName
{
color: #AEDB62;
}
</style>
background-color css
<style>
a { background-color: #AEDB62; }
a { background-color: rgb(174,219,98); }
div.DivClassName
{
background-color: #AEDB62;
}
.BgClassName
{
background-color: #AEDB62;
}
</style>
border-color css
<style>
span { border-color: #AEDB62; }
span { border-color: rgb(174,219,98); }
td.TdClassName
{
border-color: #AEDB62;
}
.TagClassName
{
border-color: #AEDB62;
}
</style>