Shades of Conifer #AEFE65
Tints of Conifer #AEFE65
RGB
CMYK
RGB Variations
Color information
#AEFE65 (or 0xAEFE65) is known color: Conifer. HEX triplet: AE, FE and 65. RGB value is (174,254,101). Sum of RGB (Red+Green+Blue) = 174+254+101=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE65 is #51019A. Grayscale: #D5D5D5. Windows color (decimal): -5308827 or 6684334. OLE color: 6684334.
HSL color Cylindrical-coordinate representation of color #AEFE65: hue angle of 91.37º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEFE65 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 101 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.00 |
| HSL | 91.37º | 0.99% | 0.7% | - |
| HSV(B) | 91.37º | 0.6% | 1% | - |
| XYZ | 55.25 | 80.82 | 25 | - |
| YUV | 212.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 101 | 0.31 | 0 | 0.60 | 0.00 | 91.37 | 0.99 | 0.7 |
| Hex | AE | FE | 65 | 1F | 0 | 3C | 0 | 5B | 63 | 46 |
| Octal | 256 | 376 | 145 | 37 | 0 | 74 | 0 | 133 | 143 | 106 |
| Binary | 10101110 | 11111110 | 1100101 | 11111 | 0 | 111100 | 0 | 1011011 | 1100011 | 1000110 |
Color Harmonies of #AEFE65
Complementary color
Monochromatic Colors of #AEFE65
Black with #AEFE65
Text Example
Text Example
White with #AEFE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE65; }
p { color: rgb(174,254,101); }
H1.HeaderClassName
{
color: #AEFE65;
}
.AnyTagClassName
{
color: #AEFE65;
}
</style>
background-color css
<style>
a { background-color: #AEFE65; }
a { background-color: rgb(174,254,101); }
div.DivClassName
{
background-color: #AEFE65;
}
.BgClassName
{
background-color: #AEFE65;
}
</style>
border-color css
<style>
span { border-color: #AEFE65; }
span { border-color: rgb(174,254,101); }
td.TdClassName
{
border-color: #AEFE65;
}
.TagClassName
{
border-color: #AEFE65;
}
</style>