Shades of Conifer #AEFA5E
Tints of Conifer #AEFA5E
RGB
CMYK
RGB Variations
Color information
#AEFA5E (or 0xAEFA5E) is known color: Conifer. HEX triplet: AE, FA and 5E. RGB value is (174,250,94). Sum of RGB (Red+Green+Blue) = 174+250+94=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFA5E is #5105A1. Grayscale: #D2D2D2. Windows color (decimal): -5309858 or 6224558. OLE color: 6224558.
HSL color Cylindrical-coordinate representation of color #AEFA5E: hue angle of 89.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEFA5E is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 250 | 94 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.02 |
| HSL | 89.23º | 0.94% | 0.67% | - |
| HSV(B) | 89.23º | 0.62% | 0.98% | - |
| XYZ | 53.66 | 78.18 | 22.85 | - |
| YUV | 209.49 | 62.82 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 250 | 94 | 0.30 | 0 | 0.62 | 0.02 | 89.23 | 0.94 | 0.67 |
| Hex | AE | FA | 5E | 1E | 0 | 3E | 2 | 59 | 5E | 43 |
| Octal | 256 | 372 | 136 | 36 | 0 | 76 | 2 | 131 | 136 | 103 |
| Binary | 10101110 | 11111010 | 1011110 | 11110 | 0 | 111110 | 10 | 1011001 | 1011110 | 1000011 |
Color Harmonies of #AEFA5E
Complementary color
Monochromatic Colors of #AEFA5E
Black with #AEFA5E
Text Example
Text Example
White with #AEFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFA5E; }
p { color: rgb(174,250,94); }
H1.HeaderClassName
{
color: #AEFA5E;
}
.AnyTagClassName
{
color: #AEFA5E;
}
</style>
background-color css
<style>
a { background-color: #AEFA5E; }
a { background-color: rgb(174,250,94); }
div.DivClassName
{
background-color: #AEFA5E;
}
.BgClassName
{
background-color: #AEFA5E;
}
</style>
border-color css
<style>
span { border-color: #AEFA5E; }
span { border-color: rgb(174,250,94); }
td.TdClassName
{
border-color: #AEFA5E;
}
.TagClassName
{
border-color: #AEFA5E;
}
</style>