Shades of Conifer #AEEF68
Tints of Conifer #AEEF68
RGB
CMYK
RGB Variations
Color information
#AEEF68 (or 0xAEEF68) is known color: Conifer. HEX triplet: AE, EF and 68. RGB value is (174,239,104). Sum of RGB (Red+Green+Blue) = 174+239+104=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEF68 is #511097. Grayscale: #CCCCCC. Windows color (decimal): -5312664 or 6877102. OLE color: 6877102.
HSL color Cylindrical-coordinate representation of color #AEEF68: hue angle of 88.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEEF68 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 104 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.06 |
| HSL | 88.89º | 0.81% | 0.67% | - |
| HSV(B) | 88.89º | 0.56% | 0.94% | - |
| XYZ | 50.82 | 71.73 | 24.26 | - |
| YUV | 204.18 | 71.47 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 104 | 0.27 | 0 | 0.56 | 0.06 | 88.89 | 0.81 | 0.67 |
| Hex | AE | EF | 68 | 1B | 0 | 38 | 6 | 59 | 51 | 43 |
| Octal | 256 | 357 | 150 | 33 | 0 | 70 | 6 | 131 | 121 | 103 |
| Binary | 10101110 | 11101111 | 1101000 | 11011 | 0 | 111000 | 110 | 1011001 | 1010001 | 1000011 |
Color Harmonies of #AEEF68
Complementary color
Monochromatic Colors of #AEEF68
Black with #AEEF68
Text Example
Text Example
White with #AEEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEF68; }
p { color: rgb(174,239,104); }
H1.HeaderClassName
{
color: #AEEF68;
}
.AnyTagClassName
{
color: #AEEF68;
}
</style>
background-color css
<style>
a { background-color: #AEEF68; }
a { background-color: rgb(174,239,104); }
div.DivClassName
{
background-color: #AEEF68;
}
.BgClassName
{
background-color: #AEEF68;
}
</style>
border-color css
<style>
span { border-color: #AEEF68; }
span { border-color: rgb(174,239,104); }
td.TdClassName
{
border-color: #AEEF68;
}
.TagClassName
{
border-color: #AEEF68;
}
</style>