Shades of Conifer #AEEA5C
Tints of Conifer #AEEA5C
RGB
CMYK
RGB Variations
Color information
#AEEA5C (or 0xAEEA5C) is known color: Conifer. HEX triplet: AE, EA and 5C. RGB value is (174,234,92). Sum of RGB (Red+Green+Blue) = 174+234+92=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEA5C is #5115A3. Grayscale: #C8C8C8. Windows color (decimal): -5313956 or 6089390. OLE color: 6089390.
HSL color Cylindrical-coordinate representation of color #AEEA5C: hue angle of 85.35º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEEA5C is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 92 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.08 |
| HSL | 85.35º | 0.77% | 0.64% | - |
| HSV(B) | 85.35º | 0.61% | 0.92% | - |
| XYZ | 48.81 | 68.62 | 20.8 | - |
| YUV | 199.87 | 67.12 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 92 | 0.26 | 0 | 0.61 | 0.08 | 85.35 | 0.77 | 0.64 |
| Hex | AE | EA | 5C | 1A | 0 | 3D | 8 | 55 | 4D | 40 |
| Octal | 256 | 352 | 134 | 32 | 0 | 75 | 10 | 125 | 115 | 100 |
| Binary | 10101110 | 11101010 | 1011100 | 11010 | 0 | 111101 | 1000 | 1010101 | 1001101 | 1000000 |
Color Harmonies of #AEEA5C
Complementary color
Monochromatic Colors of #AEEA5C
Black with #AEEA5C
Text Example
Text Example
White with #AEEA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEA5C; }
p { color: rgb(174,234,92); }
H1.HeaderClassName
{
color: #AEEA5C;
}
.AnyTagClassName
{
color: #AEEA5C;
}
</style>
background-color css
<style>
a { background-color: #AEEA5C; }
a { background-color: rgb(174,234,92); }
div.DivClassName
{
background-color: #AEEA5C;
}
.BgClassName
{
background-color: #AEEA5C;
}
</style>
border-color css
<style>
span { border-color: #AEEA5C; }
span { border-color: rgb(174,234,92); }
td.TdClassName
{
border-color: #AEEA5C;
}
.TagClassName
{
border-color: #AEEA5C;
}
</style>