Shades of Conifer #AEF655
Tints of Conifer #AEF655
RGB
CMYK
RGB Variations
Color information
#AEF655 (or 0xAEF655) is known color: Conifer. HEX triplet: AE, F6 and 55. RGB value is (174,246,85). Sum of RGB (Red+Green+Blue) = 174+246+85=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF655 is #5109AA. Grayscale: #CECECE. Windows color (decimal): -5310891 or 5633710. OLE color: 5633710.
HSL color Cylindrical-coordinate representation of color #AEF655: hue angle of 86.83º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEF655 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 85 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.04 |
| HSL | 86.83º | 0.9% | 0.65% | - |
| HSV(B) | 86.83º | 0.65% | 0.96% | - |
| XYZ | 52.05 | 75.57 | 20.44 | - |
| YUV | 206.12 | 59.65 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 85 | 0.29 | 0 | 0.65 | 0.04 | 86.83 | 0.9 | 0.65 |
| Hex | AE | F6 | 55 | 1D | 0 | 41 | 4 | 57 | 5A | 41 |
| Octal | 256 | 366 | 125 | 35 | 0 | 101 | 4 | 127 | 132 | 101 |
| Binary | 10101110 | 11110110 | 1010101 | 11101 | 0 | 1000001 | 100 | 1010111 | 1011010 | 1000001 |
Color Harmonies of #AEF655
Complementary color
Monochromatic Colors of #AEF655
Black with #AEF655
Text Example
Text Example
White with #AEF655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF655; }
p { color: rgb(174,246,85); }
H1.HeaderClassName
{
color: #AEF655;
}
.AnyTagClassName
{
color: #AEF655;
}
</style>
background-color css
<style>
a { background-color: #AEF655; }
a { background-color: rgb(174,246,85); }
div.DivClassName
{
background-color: #AEF655;
}
.BgClassName
{
background-color: #AEF655;
}
</style>
border-color css
<style>
span { border-color: #AEF655; }
span { border-color: rgb(174,246,85); }
td.TdClassName
{
border-color: #AEF655;
}
.TagClassName
{
border-color: #AEF655;
}
</style>