Shades of Conifer #AAEF68
Tints of Conifer #AAEF68
RGB
CMYK
RGB Variations
Color information
#AAEF68 (or 0xAAEF68) is known color: Conifer. HEX triplet: AA, EF and 68. RGB value is (170,239,104). Sum of RGB (Red+Green+Blue) = 170+239+104=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF68 is #551097. Grayscale: #CBCBCB. Windows color (decimal): -5574808 or 6877098. OLE color: 6877098.
HSL color Cylindrical-coordinate representation of color #AAEF68: hue angle of 90.67º 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 #AAEF68 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 104 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.06 |
| HSL | 90.67º | 0.81% | 0.67% | - |
| HSV(B) | 90.67º | 0.56% | 0.94% | - |
| XYZ | 49.94 | 71.28 | 24.22 | - |
| YUV | 202.98 | 72.14 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 104 | 0.29 | 0 | 0.56 | 0.06 | 90.67 | 0.81 | 0.67 |
| Hex | AA | EF | 68 | 1D | 0 | 38 | 6 | 5B | 51 | 43 |
| Octal | 252 | 357 | 150 | 35 | 0 | 70 | 6 | 133 | 121 | 103 |
| Binary | 10101010 | 11101111 | 1101000 | 11101 | 0 | 111000 | 110 | 1011011 | 1010001 | 1000011 |
Color Harmonies of #AAEF68
Complementary color
Monochromatic Colors of #AAEF68
Black with #AAEF68
Text Example
Text Example
White with #AAEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF68; }
p { color: rgb(170,239,104); }
H1.HeaderClassName
{
color: #AAEF68;
}
.AnyTagClassName
{
color: #AAEF68;
}
</style>
background-color css
<style>
a { background-color: #AAEF68; }
a { background-color: rgb(170,239,104); }
div.DivClassName
{
background-color: #AAEF68;
}
.BgClassName
{
background-color: #AAEF68;
}
</style>
border-color css
<style>
span { border-color: #AAEF68; }
span { border-color: rgb(170,239,104); }
td.TdClassName
{
border-color: #AAEF68;
}
.TagClassName
{
border-color: #AAEF68;
}
</style>