Shades of Conifer #AEF667
Tints of Conifer #AEF667
RGB
CMYK
RGB Variations
Color information
#AEF667 (or 0xAEF667) is known color: Conifer. HEX triplet: AE, F6 and 67. RGB value is (174,246,103). Sum of RGB (Red+Green+Blue) = 174+246+103=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF667 is #510998. Grayscale: #D0D0D0. Windows color (decimal): -5310873 or 6813358. OLE color: 6813358.
HSL color Cylindrical-coordinate representation of color #AEF667: hue angle of 90.21º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEF667 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 103 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.04 |
| HSL | 90.21º | 0.89% | 0.68% | - |
| HSV(B) | 90.21º | 0.58% | 0.96% | - |
| XYZ | 52.86 | 75.89 | 24.69 | - |
| YUV | 208.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 103 | 0.29 | 0 | 0.58 | 0.04 | 90.21 | 0.89 | 0.68 |
| Hex | AE | F6 | 67 | 1D | 0 | 3A | 4 | 5A | 59 | 44 |
| Octal | 256 | 366 | 147 | 35 | 0 | 72 | 4 | 132 | 131 | 104 |
| Binary | 10101110 | 11110110 | 1100111 | 11101 | 0 | 111010 | 100 | 1011010 | 1011001 | 1000100 |
Color Harmonies of #AEF667
Complementary color
Monochromatic Colors of #AEF667
Black with #AEF667
Text Example
Text Example
White with #AEF667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF667; }
p { color: rgb(174,246,103); }
H1.HeaderClassName
{
color: #AEF667;
}
.AnyTagClassName
{
color: #AEF667;
}
</style>
background-color css
<style>
a { background-color: #AEF667; }
a { background-color: rgb(174,246,103); }
div.DivClassName
{
background-color: #AEF667;
}
.BgClassName
{
background-color: #AEF667;
}
</style>
border-color css
<style>
span { border-color: #AEF667; }
span { border-color: rgb(174,246,103); }
td.TdClassName
{
border-color: #AEF667;
}
.TagClassName
{
border-color: #AEF667;
}
</style>