Shades of Conifer #AEDF4C
Tints of Conifer #AEDF4C
RGB
CMYK
RGB Variations
Color information
#AEDF4C (or 0xAEDF4C) is known color: Conifer. HEX triplet: AE, DF and 4C. RGB value is (174,223,76). Sum of RGB (Red+Green+Blue) = 174+223+76=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDF4C is #5120B3. Grayscale: #C0C0C0. Windows color (decimal): -5316788 or 5037998. OLE color: 5037998.
HSL color Cylindrical-coordinate representation of color #AEDF4C: hue angle of 80º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEDF4C is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 76 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.13 |
| HSL | 80º | 0.7% | 0.59% | - |
| HSV(B) | 80º | 0.66% | 0.87% | - |
| XYZ | 45.15 | 62.3 | 16.48 | - |
| YUV | 191.59 | 62.77 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 76 | 0.22 | 0 | 0.66 | 0.13 | 80 | 0.7 | 0.59 |
| Hex | AE | DF | 4C | 16 | 0 | 42 | D | 50 | 46 | 3B |
| Octal | 256 | 337 | 114 | 26 | 0 | 102 | 15 | 120 | 106 | 73 |
| Binary | 10101110 | 11011111 | 1001100 | 10110 | 0 | 1000010 | 1101 | 1010000 | 1000110 | 111011 |
Color Harmonies of #AEDF4C
Complementary color
Monochromatic Colors of #AEDF4C
Black with #AEDF4C
Text Example
Text Example
White with #AEDF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF4C; }
p { color: rgb(174,223,76); }
H1.HeaderClassName
{
color: #AEDF4C;
}
.AnyTagClassName
{
color: #AEDF4C;
}
</style>
background-color css
<style>
a { background-color: #AEDF4C; }
a { background-color: rgb(174,223,76); }
div.DivClassName
{
background-color: #AEDF4C;
}
.BgClassName
{
background-color: #AEDF4C;
}
</style>
border-color css
<style>
span { border-color: #AEDF4C; }
span { border-color: rgb(174,223,76); }
td.TdClassName
{
border-color: #AEDF4C;
}
.TagClassName
{
border-color: #AEDF4C;
}
</style>