Shades of Conifer #AEDF4A
Tints of Conifer #AEDF4A
RGB
CMYK
RGB Variations
Color information
#AEDF4A (or 0xAEDF4A) is known color: Conifer. HEX triplet: AE, DF and 4A. RGB value is (174,223,74). Sum of RGB (Red+Green+Blue) = 174+223+74=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDF4A is #5120B5. Grayscale: #BFBFBF. Windows color (decimal): -5316790 or 4906926. OLE color: 4906926.
HSL color Cylindrical-coordinate representation of color #AEDF4A: hue angle of 79.73º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEDF4A is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 74 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.13 |
| HSL | 79.73º | 0.7% | 0.58% | - |
| HSV(B) | 79.73º | 0.67% | 0.87% | - |
| XYZ | 45.08 | 62.27 | 16.12 | - |
| YUV | 191.36 | 61.77 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 74 | 0.22 | 0 | 0.67 | 0.13 | 79.73 | 0.7 | 0.58 |
| Hex | AE | DF | 4A | 16 | 0 | 43 | D | 50 | 46 | 3A |
| Octal | 256 | 337 | 112 | 26 | 0 | 103 | 15 | 120 | 106 | 72 |
| Binary | 10101110 | 11011111 | 1001010 | 10110 | 0 | 1000011 | 1101 | 1010000 | 1000110 | 111010 |
Color Harmonies of #AEDF4A
Complementary color
Monochromatic Colors of #AEDF4A
Black with #AEDF4A
Text Example
Text Example
White with #AEDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF4A; }
p { color: rgb(174,223,74); }
H1.HeaderClassName
{
color: #AEDF4A;
}
.AnyTagClassName
{
color: #AEDF4A;
}
</style>
background-color css
<style>
a { background-color: #AEDF4A; }
a { background-color: rgb(174,223,74); }
div.DivClassName
{
background-color: #AEDF4A;
}
.BgClassName
{
background-color: #AEDF4A;
}
</style>
border-color css
<style>
span { border-color: #AEDF4A; }
span { border-color: rgb(174,223,74); }
td.TdClassName
{
border-color: #AEDF4A;
}
.TagClassName
{
border-color: #AEDF4A;
}
</style>