Shades of Conifer #AEF266
Tints of Conifer #AEF266
RGB
CMYK
RGB Variations
Color information
#AEF266 (or 0xAEF266) is known color: Conifer. HEX triplet: AE, F2 and 66. RGB value is (174,242,102). Sum of RGB (Red+Green+Blue) = 174+242+102=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF266 is #510D99. Grayscale: #CECECE. Windows color (decimal): -5311898 or 6746798. OLE color: 6746798.
HSL color Cylindrical-coordinate representation of color #AEF266: hue angle of 89.14º degrees, saturation: 0.84, 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 #AEF266 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 102 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.05 |
| HSL | 89.14º | 0.84% | 0.67% | - |
| HSV(B) | 89.14º | 0.58% | 0.95% | - |
| XYZ | 51.61 | 73.46 | 24.03 | - |
| YUV | 205.71 | 69.47 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 102 | 0.28 | 0 | 0.58 | 0.05 | 89.14 | 0.84 | 0.67 |
| Hex | AE | F2 | 66 | 1C | 0 | 3A | 5 | 59 | 54 | 43 |
| Octal | 256 | 362 | 146 | 34 | 0 | 72 | 5 | 131 | 124 | 103 |
| Binary | 10101110 | 11110010 | 1100110 | 11100 | 0 | 111010 | 101 | 1011001 | 1010100 | 1000011 |
Color Harmonies of #AEF266
Complementary color
Monochromatic Colors of #AEF266
Black with #AEF266
Text Example
Text Example
White with #AEF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF266; }
p { color: rgb(174,242,102); }
H1.HeaderClassName
{
color: #AEF266;
}
.AnyTagClassName
{
color: #AEF266;
}
</style>
background-color css
<style>
a { background-color: #AEF266; }
a { background-color: rgb(174,242,102); }
div.DivClassName
{
background-color: #AEF266;
}
.BgClassName
{
background-color: #AEF266;
}
</style>
border-color css
<style>
span { border-color: #AEF266; }
span { border-color: rgb(174,242,102); }
td.TdClassName
{
border-color: #AEF266;
}
.TagClassName
{
border-color: #AEF266;
}
</style>