Shades of Conifer #AEFA5D
Tints of Conifer #AEFA5D
RGB
CMYK
RGB Variations
Color information
#AEFA5D (or 0xAEFA5D) is known color: Conifer. HEX triplet: AE, FA and 5D. RGB value is (174,250,93). Sum of RGB (Red+Green+Blue) = 174+250+93=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFA5D is #5105A2. Grayscale: #D1D1D1. Windows color (decimal): -5309859 or 6159022. OLE color: 6159022.
HSL color Cylindrical-coordinate representation of color #AEFA5D: hue angle of 89.04º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEFA5D is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 250 | 93 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.02 |
| HSL | 89.04º | 0.94% | 0.67% | - |
| HSV(B) | 89.04º | 0.63% | 0.98% | - |
| XYZ | 53.62 | 78.16 | 22.62 | - |
| YUV | 209.38 | 62.32 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 250 | 93 | 0.30 | 0 | 0.63 | 0.02 | 89.04 | 0.94 | 0.67 |
| Hex | AE | FA | 5D | 1E | 0 | 3F | 2 | 59 | 5E | 43 |
| Octal | 256 | 372 | 135 | 36 | 0 | 77 | 2 | 131 | 136 | 103 |
| Binary | 10101110 | 11111010 | 1011101 | 11110 | 0 | 111111 | 10 | 1011001 | 1011110 | 1000011 |
Color Harmonies of #AEFA5D
Complementary color
Monochromatic Colors of #AEFA5D
Black with #AEFA5D
Text Example
Text Example
White with #AEFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFA5D; }
p { color: rgb(174,250,93); }
H1.HeaderClassName
{
color: #AEFA5D;
}
.AnyTagClassName
{
color: #AEFA5D;
}
</style>
background-color css
<style>
a { background-color: #AEFA5D; }
a { background-color: rgb(174,250,93); }
div.DivClassName
{
background-color: #AEFA5D;
}
.BgClassName
{
background-color: #AEFA5D;
}
</style>
border-color css
<style>
span { border-color: #AEFA5D; }
span { border-color: rgb(174,250,93); }
td.TdClassName
{
border-color: #AEFA5D;
}
.TagClassName
{
border-color: #AEFA5D;
}
</style>