Shades of Conifer #AAF360
Tints of Conifer #AAF360
RGB
CMYK
RGB Variations
Color information
#AAF360 (or 0xAAF360) is known color: Conifer. HEX triplet: AA, F3 and 60. RGB value is (170,243,96). Sum of RGB (Red+Green+Blue) = 170+243+96=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF360 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF360 is #550C9F. Grayscale: #CCCCCC. Windows color (decimal): -5573792 or 6353834. OLE color: 6353834.
HSL color Cylindrical-coordinate representation of color #AAF360: hue angle of 89.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF360 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 96 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.05 |
| HSL | 89.8º | 0.86% | 0.66% | - |
| HSV(B) | 89.8º | 0.6% | 0.95% | - |
| XYZ | 50.74 | 73.49 | 22.58 | - |
| YUV | 204.42 | 66.82 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 96 | 0.30 | 0 | 0.60 | 0.05 | 89.8 | 0.86 | 0.66 |
| Hex | AA | F3 | 60 | 1E | 0 | 3C | 5 | 5A | 56 | 42 |
| Octal | 252 | 363 | 140 | 36 | 0 | 74 | 5 | 132 | 126 | 102 |
| Binary | 10101010 | 11110011 | 1100000 | 11110 | 0 | 111100 | 101 | 1011010 | 1010110 | 1000010 |
Color Harmonies of #AAF360
Complementary color
Monochromatic Colors of #AAF360
Black with #AAF360
Text Example
Text Example
White with #AAF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF360; }
p { color: rgb(170,243,96); }
H1.HeaderClassName
{
color: #AAF360;
}
.AnyTagClassName
{
color: #AAF360;
}
</style>
background-color css
<style>
a { background-color: #AAF360; }
a { background-color: rgb(170,243,96); }
div.DivClassName
{
background-color: #AAF360;
}
.BgClassName
{
background-color: #AAF360;
}
</style>
border-color css
<style>
span { border-color: #AAF360; }
span { border-color: rgb(170,243,96); }
td.TdClassName
{
border-color: #AAF360;
}
.TagClassName
{
border-color: #AAF360;
}
</style>