Shades of Conifer #AEEE4D
Tints of Conifer #AEEE4D
RGB
CMYK
RGB Variations
Color information
#AEEE4D (or 0xAEEE4D) is known color: Conifer. HEX triplet: AE, EE and 4D. RGB value is (174,238,77). Sum of RGB (Red+Green+Blue) = 174+238+77=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEE4D is #5111B2. Grayscale: #C9C9C9. Windows color (decimal): -5312947 or 5107374. OLE color: 5107374.
HSL color Cylindrical-coordinate representation of color #AEEE4D: hue angle of 83.85º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEEE4D is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 77 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.07 |
| HSL | 83.85º | 0.83% | 0.62% | - |
| HSV(B) | 83.85º | 0.68% | 0.93% | - |
| XYZ | 49.37 | 70.68 | 18.06 | - |
| YUV | 200.51 | 58.3 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 77 | 0.27 | 0 | 0.68 | 0.07 | 83.85 | 0.83 | 0.62 |
| Hex | AE | EE | 4D | 1B | 0 | 44 | 7 | 54 | 53 | 3E |
| Octal | 256 | 356 | 115 | 33 | 0 | 104 | 7 | 124 | 123 | 76 |
| Binary | 10101110 | 11101110 | 1001101 | 11011 | 0 | 1000100 | 111 | 1010100 | 1010011 | 111110 |
Color Harmonies of #AEEE4D
Complementary color
Monochromatic Colors of #AEEE4D
Black with #AEEE4D
Text Example
Text Example
White with #AEEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEE4D; }
p { color: rgb(174,238,77); }
H1.HeaderClassName
{
color: #AEEE4D;
}
.AnyTagClassName
{
color: #AEEE4D;
}
</style>
background-color css
<style>
a { background-color: #AEEE4D; }
a { background-color: rgb(174,238,77); }
div.DivClassName
{
background-color: #AEEE4D;
}
.BgClassName
{
background-color: #AEEE4D;
}
</style>
border-color css
<style>
span { border-color: #AEEE4D; }
span { border-color: rgb(174,238,77); }
td.TdClassName
{
border-color: #AEEE4D;
}
.TagClassName
{
border-color: #AEEE4D;
}
</style>