Shades of Conifer #AAF55C
Tints of Conifer #AAF55C
RGB
CMYK
RGB Variations
Color information
#AAF55C (or 0xAAF55C) is known color: Conifer. HEX triplet: AA, F5 and 5C. RGB value is (170,245,92). Sum of RGB (Red+Green+Blue) = 170+245+92=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF55C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF55C is #550AA3. Grayscale: #CDCDCD. Windows color (decimal): -5573284 or 6092202. OLE color: 6092202.
HSL color Cylindrical-coordinate representation of color #AAF55C: hue angle of 89.41º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAF55C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 92 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.04 |
| HSL | 89.41º | 0.88% | 0.66% | - |
| HSV(B) | 89.41º | 0.62% | 0.96% | - |
| XYZ | 51.16 | 74.62 | 21.83 | - |
| YUV | 205.13 | 64.15 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 92 | 0.31 | 0 | 0.62 | 0.04 | 89.41 | 0.88 | 0.66 |
| Hex | AA | F5 | 5C | 1F | 0 | 3E | 4 | 59 | 58 | 42 |
| Octal | 252 | 365 | 134 | 37 | 0 | 76 | 4 | 131 | 130 | 102 |
| Binary | 10101010 | 11110101 | 1011100 | 11111 | 0 | 111110 | 100 | 1011001 | 1011000 | 1000010 |
Color Harmonies of #AAF55C
Complementary color
Monochromatic Colors of #AAF55C
Black with #AAF55C
Text Example
Text Example
White with #AAF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF55C; }
p { color: rgb(170,245,92); }
H1.HeaderClassName
{
color: #AAF55C;
}
.AnyTagClassName
{
color: #AAF55C;
}
</style>
background-color css
<style>
a { background-color: #AAF55C; }
a { background-color: rgb(170,245,92); }
div.DivClassName
{
background-color: #AAF55C;
}
.BgClassName
{
background-color: #AAF55C;
}
</style>
border-color css
<style>
span { border-color: #AAF55C; }
span { border-color: rgb(170,245,92); }
td.TdClassName
{
border-color: #AAF55C;
}
.TagClassName
{
border-color: #AAF55C;
}
</style>