Shades of Conifer #AAF269
Tints of Conifer #AAF269
RGB
CMYK
RGB Variations
Color information
#AAF269 (or 0xAAF269) is known color: Conifer. HEX triplet: AA, F2 and 69. RGB value is (170,242,105). Sum of RGB (Red+Green+Blue) = 170+242+105=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF269 is #550D96. Grayscale: #CDCDCD. Windows color (decimal): -5574039 or 6943402. OLE color: 6943402.
HSL color Cylindrical-coordinate representation of color #AAF269: hue angle of 91.53º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAF269 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 105 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.05 |
| HSL | 91.53º | 0.84% | 0.68% | - |
| HSV(B) | 91.53º | 0.57% | 0.95% | - |
| XYZ | 50.88 | 73.07 | 24.79 | - |
| YUV | 204.85 | 71.65 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 105 | 0.30 | 0 | 0.57 | 0.05 | 91.53 | 0.84 | 0.68 |
| Hex | AA | F2 | 69 | 1E | 0 | 39 | 5 | 5C | 54 | 44 |
| Octal | 252 | 362 | 151 | 36 | 0 | 71 | 5 | 134 | 124 | 104 |
| Binary | 10101010 | 11110010 | 1101001 | 11110 | 0 | 111001 | 101 | 1011100 | 1010100 | 1000100 |
Color Harmonies of #AAF269
Complementary color
Monochromatic Colors of #AAF269
Black with #AAF269
Text Example
Text Example
White with #AAF269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF269; }
p { color: rgb(170,242,105); }
H1.HeaderClassName
{
color: #AAF269;
}
.AnyTagClassName
{
color: #AAF269;
}
</style>
background-color css
<style>
a { background-color: #AAF269; }
a { background-color: rgb(170,242,105); }
div.DivClassName
{
background-color: #AAF269;
}
.BgClassName
{
background-color: #AAF269;
}
</style>
border-color css
<style>
span { border-color: #AAF269; }
span { border-color: rgb(170,242,105); }
td.TdClassName
{
border-color: #AAF269;
}
.TagClassName
{
border-color: #AAF269;
}
</style>