Shades of Conifer #AEED4A
Tints of Conifer #AEED4A
RGB
CMYK
RGB Variations
Color information
#AEED4A (or 0xAEED4A) is known color: Conifer. HEX triplet: AE, ED and 4A. RGB value is (174,237,74). Sum of RGB (Red+Green+Blue) = 174+237+74=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEED4A is #5112B5. Grayscale: #C8C8C8. Windows color (decimal): -5313206 or 4910510. OLE color: 4910510.
HSL color Cylindrical-coordinate representation of color #AEED4A: hue angle of 83.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEED4A is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 74 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.07 |
| HSL | 83.19º | 0.82% | 0.61% | - |
| HSV(B) | 83.19º | 0.69% | 0.93% | - |
| XYZ | 48.98 | 70.06 | 17.42 | - |
| YUV | 199.58 | 57.13 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 74 | 0.27 | 0 | 0.69 | 0.07 | 83.19 | 0.82 | 0.61 |
| Hex | AE | ED | 4A | 1B | 0 | 45 | 7 | 53 | 52 | 3D |
| Octal | 256 | 355 | 112 | 33 | 0 | 105 | 7 | 123 | 122 | 75 |
| Binary | 10101110 | 11101101 | 1001010 | 11011 | 0 | 1000101 | 111 | 1010011 | 1010010 | 111101 |
Color Harmonies of #AEED4A
Complementary color
Monochromatic Colors of #AEED4A
Black with #AEED4A
Text Example
Text Example
White with #AEED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEED4A; }
p { color: rgb(174,237,74); }
H1.HeaderClassName
{
color: #AEED4A;
}
.AnyTagClassName
{
color: #AEED4A;
}
</style>
background-color css
<style>
a { background-color: #AEED4A; }
a { background-color: rgb(174,237,74); }
div.DivClassName
{
background-color: #AEED4A;
}
.BgClassName
{
background-color: #AEED4A;
}
</style>
border-color css
<style>
span { border-color: #AEED4A; }
span { border-color: rgb(174,237,74); }
td.TdClassName
{
border-color: #AEED4A;
}
.TagClassName
{
border-color: #AEED4A;
}
</style>