Shades of Conifer #AAEF5C
Tints of Conifer #AAEF5C
RGB
CMYK
RGB Variations
Color information
#AAEF5C (or 0xAAEF5C) is known color: Conifer. HEX triplet: AA, EF and 5C. RGB value is (170,239,92). Sum of RGB (Red+Green+Blue) = 170+239+92=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF5C is #5510A3. Grayscale: #CACACA. Windows color (decimal): -5574820 or 6090666. OLE color: 6090666.
HSL color Cylindrical-coordinate representation of color #AAEF5C: hue angle of 88.16º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAEF5C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 92 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.06 |
| HSL | 88.16º | 0.82% | 0.65% | - |
| HSV(B) | 88.16º | 0.62% | 0.94% | - |
| XYZ | 49.38 | 71.05 | 21.24 | - |
| YUV | 201.61 | 66.14 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 92 | 0.29 | 0 | 0.62 | 0.06 | 88.16 | 0.82 | 0.65 |
| Hex | AA | EF | 5C | 1D | 0 | 3E | 6 | 58 | 52 | 41 |
| Octal | 252 | 357 | 134 | 35 | 0 | 76 | 6 | 130 | 122 | 101 |
| Binary | 10101010 | 11101111 | 1011100 | 11101 | 0 | 111110 | 110 | 1011000 | 1010010 | 1000001 |
Color Harmonies of #AAEF5C
Complementary color
Monochromatic Colors of #AAEF5C
Black with #AAEF5C
Text Example
Text Example
White with #AAEF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF5C; }
p { color: rgb(170,239,92); }
H1.HeaderClassName
{
color: #AAEF5C;
}
.AnyTagClassName
{
color: #AAEF5C;
}
</style>
background-color css
<style>
a { background-color: #AAEF5C; }
a { background-color: rgb(170,239,92); }
div.DivClassName
{
background-color: #AAEF5C;
}
.BgClassName
{
background-color: #AAEF5C;
}
</style>
border-color css
<style>
span { border-color: #AAEF5C; }
span { border-color: rgb(170,239,92); }
td.TdClassName
{
border-color: #AAEF5C;
}
.TagClassName
{
border-color: #AAEF5C;
}
</style>