Shades of Conifer #AEFF58
Tints of Conifer #AEFF58
RGB
CMYK
RGB Variations
Color information
#AEFF58 (or 0xAEFF58) is known color: Conifer. HEX triplet: AE, FF and 58. RGB value is (174,255,88). Sum of RGB (Red+Green+Blue) = 174+255+88=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF58 is #5100A7. Grayscale: #D4D4D4. Windows color (decimal): -5308584 or 5832622. OLE color: 5832622.
HSL color Cylindrical-coordinate representation of color #AEFF58: hue angle of 89.1º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEFF58 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 88 | - |
| CMYK | 0.32 | 0 | 0.65 | 0 |
| HSL | 89.1º | 1% | 0.67% | - |
| HSV(B) | 89.1º | 0.65% | 1% | - |
| XYZ | 54.98 | 81.22 | 22.01 | - |
| YUV | 211.74 | 58.16 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 88 | 0.32 | 0 | 0.65 | 0 | 89.1 | 1 | 0.67 |
| Hex | AE | FF | 58 | 20 | 0 | 41 | 0 | 59 | 64 | 43 |
| Octal | 256 | 377 | 130 | 40 | 0 | 101 | 0 | 131 | 144 | 103 |
| Binary | 10101110 | 11111111 | 1011000 | 100000 | 0 | 1000001 | 0 | 1011001 | 1100100 | 1000011 |
Color Harmonies of #AEFF58
Complementary color
Monochromatic Colors of #AEFF58
Black with #AEFF58
Text Example
Text Example
White with #AEFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF58; }
p { color: rgb(174,255,88); }
H1.HeaderClassName
{
color: #AEFF58;
}
.AnyTagClassName
{
color: #AEFF58;
}
</style>
background-color css
<style>
a { background-color: #AEFF58; }
a { background-color: rgb(174,255,88); }
div.DivClassName
{
background-color: #AEFF58;
}
.BgClassName
{
background-color: #AEFF58;
}
</style>
border-color css
<style>
span { border-color: #AEFF58; }
span { border-color: rgb(174,255,88); }
td.TdClassName
{
border-color: #AEFF58;
}
.TagClassName
{
border-color: #AEFF58;
}
</style>