Shades of Conifer #AEE666
Tints of Conifer #AEE666
RGB
CMYK
RGB Variations
Color information
#AEE666 (or 0xAEE666) is known color: Conifer. HEX triplet: AE, E6 and 66. RGB value is (174,230,102). Sum of RGB (Red+Green+Blue) = 174+230+102=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE666 is #511999. Grayscale: #C7C7C7. Windows color (decimal): -5314970 or 6743726. OLE color: 6743726.
HSL color Cylindrical-coordinate representation of color #AEE666: hue angle of 86.25º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEE666 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 102 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.10 |
| HSL | 86.25º | 0.72% | 0.65% | - |
| HSV(B) | 86.25º | 0.56% | 0.9% | - |
| XYZ | 48.15 | 66.55 | 22.88 | - |
| YUV | 198.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 102 | 0.24 | 0 | 0.56 | 0.10 | 86.25 | 0.72 | 0.65 |
| Hex | AE | E6 | 66 | 18 | 0 | 38 | A | 56 | 48 | 41 |
| Octal | 256 | 346 | 146 | 30 | 0 | 70 | 12 | 126 | 110 | 101 |
| Binary | 10101110 | 11100110 | 1100110 | 11000 | 0 | 111000 | 1010 | 1010110 | 1001000 | 1000001 |
Color Harmonies of #AEE666
Complementary color
Monochromatic Colors of #AEE666
Black with #AEE666
Text Example
Text Example
White with #AEE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE666; }
p { color: rgb(174,230,102); }
H1.HeaderClassName
{
color: #AEE666;
}
.AnyTagClassName
{
color: #AEE666;
}
</style>
background-color css
<style>
a { background-color: #AEE666; }
a { background-color: rgb(174,230,102); }
div.DivClassName
{
background-color: #AEE666;
}
.BgClassName
{
background-color: #AEE666;
}
</style>
border-color css
<style>
span { border-color: #AEE666; }
span { border-color: rgb(174,230,102); }
td.TdClassName
{
border-color: #AEE666;
}
.TagClassName
{
border-color: #AEE666;
}
</style>