Shades of Conifer #AEF369
Tints of Conifer #AEF369
RGB
CMYK
RGB Variations
Color information
#AEF369 (or 0xAEF369) is known color: Conifer. HEX triplet: AE, F3 and 69. RGB value is (174,243,105). Sum of RGB (Red+Green+Blue) = 174+243+105=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF369 is #510C96. Grayscale: #CFCFCF. Windows color (decimal): -5311639 or 6943662. OLE color: 6943662.
HSL color Cylindrical-coordinate representation of color #AEF369: hue angle of 90º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEF369 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 105 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.05 |
| HSL | 90º | 0.85% | 0.68% | - |
| HSV(B) | 90º | 0.57% | 0.95% | - |
| XYZ | 52.06 | 74.12 | 24.93 | - |
| YUV | 206.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 105 | 0.28 | 0 | 0.57 | 0.05 | 90 | 0.85 | 0.68 |
| Hex | AE | F3 | 69 | 1C | 0 | 39 | 5 | 5A | 55 | 44 |
| Octal | 256 | 363 | 151 | 34 | 0 | 71 | 5 | 132 | 125 | 104 |
| Binary | 10101110 | 11110011 | 1101001 | 11100 | 0 | 111001 | 101 | 1011010 | 1010101 | 1000100 |
Color Harmonies of #AEF369
Complementary color
Monochromatic Colors of #AEF369
Black with #AEF369
Text Example
Text Example
White with #AEF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF369; }
p { color: rgb(174,243,105); }
H1.HeaderClassName
{
color: #AEF369;
}
.AnyTagClassName
{
color: #AEF369;
}
</style>
background-color css
<style>
a { background-color: #AEF369; }
a { background-color: rgb(174,243,105); }
div.DivClassName
{
background-color: #AEF369;
}
.BgClassName
{
background-color: #AEF369;
}
</style>
border-color css
<style>
span { border-color: #AEF369; }
span { border-color: rgb(174,243,105); }
td.TdClassName
{
border-color: #AEF369;
}
.TagClassName
{
border-color: #AEF369;
}
</style>