Shades of Conifer #AEDB3D
Tints of Conifer #AEDB3D
RGB
CMYK
RGB Variations
Color information
#AEDB3D (or 0xAEDB3D) is known color: Conifer. HEX triplet: AE, DB and 3D. RGB value is (174,219,61). Sum of RGB (Red+Green+Blue) = 174+219+61=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB3D is #5124C2. Grayscale: #BCBCBC. Windows color (decimal): -5317827 or 4053934. OLE color: 4053934.
HSL color Cylindrical-coordinate representation of color #AEDB3D: hue angle of 77.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEDB3D is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 61 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.14 |
| HSL | 77.09º | 0.69% | 0.55% | - |
| HSV(B) | 77.09º | 0.72% | 0.86% | - |
| XYZ | 43.63 | 60 | 13.7 | - |
| YUV | 187.53 | 56.59 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 61 | 0.21 | 0 | 0.72 | 0.14 | 77.09 | 0.69 | 0.55 |
| Hex | AE | DB | 3D | 15 | 0 | 48 | E | 4D | 45 | 37 |
| Octal | 256 | 333 | 75 | 25 | 0 | 110 | 16 | 115 | 105 | 67 |
| Binary | 10101110 | 11011011 | 111101 | 10101 | 0 | 1001000 | 1110 | 1001101 | 1000101 | 110111 |
Color Harmonies of #AEDB3D
Complementary color
Monochromatic Colors of #AEDB3D
Black with #AEDB3D
Text Example
Text Example
White with #AEDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB3D; }
p { color: rgb(174,219,61); }
H1.HeaderClassName
{
color: #AEDB3D;
}
.AnyTagClassName
{
color: #AEDB3D;
}
</style>
background-color css
<style>
a { background-color: #AEDB3D; }
a { background-color: rgb(174,219,61); }
div.DivClassName
{
background-color: #AEDB3D;
}
.BgClassName
{
background-color: #AEDB3D;
}
</style>
border-color css
<style>
span { border-color: #AEDB3D; }
span { border-color: rgb(174,219,61); }
td.TdClassName
{
border-color: #AEDB3D;
}
.TagClassName
{
border-color: #AEDB3D;
}
</style>