Shades of Conifer #AEF365
Tints of Conifer #AEF365
RGB
CMYK
RGB Variations
Color information
#AEF365 (or 0xAEF365) is known color: Conifer. HEX triplet: AE, F3 and 65. RGB value is (174,243,101). Sum of RGB (Red+Green+Blue) = 174+243+101=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF365 is #510C9A. Grayscale: #CECECE. Windows color (decimal): -5311643 or 6681518. OLE color: 6681518.
HSL color Cylindrical-coordinate representation of color #AEF365: hue angle of 89.15º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEF365 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 101 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.05 |
| HSL | 89.15º | 0.86% | 0.67% | - |
| HSV(B) | 89.15º | 0.58% | 0.95% | - |
| XYZ | 51.86 | 74.04 | 23.87 | - |
| YUV | 206.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 101 | 0.28 | 0 | 0.58 | 0.05 | 89.15 | 0.86 | 0.67 |
| Hex | AE | F3 | 65 | 1C | 0 | 3A | 5 | 59 | 56 | 43 |
| Octal | 256 | 363 | 145 | 34 | 0 | 72 | 5 | 131 | 126 | 103 |
| Binary | 10101110 | 11110011 | 1100101 | 11100 | 0 | 111010 | 101 | 1011001 | 1010110 | 1000011 |
Color Harmonies of #AEF365
Complementary color
Monochromatic Colors of #AEF365
Black with #AEF365
Text Example
Text Example
White with #AEF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF365; }
p { color: rgb(174,243,101); }
H1.HeaderClassName
{
color: #AEF365;
}
.AnyTagClassName
{
color: #AEF365;
}
</style>
background-color css
<style>
a { background-color: #AEF365; }
a { background-color: rgb(174,243,101); }
div.DivClassName
{
background-color: #AEF365;
}
.BgClassName
{
background-color: #AEF365;
}
</style>
border-color css
<style>
span { border-color: #AEF365; }
span { border-color: rgb(174,243,101); }
td.TdClassName
{
border-color: #AEF365;
}
.TagClassName
{
border-color: #AEF365;
}
</style>