Shades of Conifer #AAF353
Tints of Conifer #AAF353
RGB
CMYK
RGB Variations
Color information
#AAF353 (or 0xAAF353) is known color: Conifer. HEX triplet: AA, F3 and 53. RGB value is (170,243,83). Sum of RGB (Red+Green+Blue) = 170+243+83=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF353 is #550CAC. Grayscale: #CBCBCB. Windows color (decimal): -5573805 or 5501866. OLE color: 5501866.
HSL color Cylindrical-coordinate representation of color #AAF353: hue angle of 87.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAF353 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 83 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.05 |
| HSL | 87.38º | 0.87% | 0.64% | - |
| HSV(B) | 87.38º | 0.66% | 0.95% | - |
| XYZ | 50.19 | 73.27 | 19.68 | - |
| YUV | 202.93 | 60.32 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 83 | 0.30 | 0 | 0.66 | 0.05 | 87.38 | 0.87 | 0.64 |
| Hex | AA | F3 | 53 | 1E | 0 | 42 | 5 | 57 | 57 | 40 |
| Octal | 252 | 363 | 123 | 36 | 0 | 102 | 5 | 127 | 127 | 100 |
| Binary | 10101010 | 11110011 | 1010011 | 11110 | 0 | 1000010 | 101 | 1010111 | 1010111 | 1000000 |
Color Harmonies of #AAF353
Complementary color
Monochromatic Colors of #AAF353
Black with #AAF353
Text Example
Text Example
White with #AAF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF353; }
p { color: rgb(170,243,83); }
H1.HeaderClassName
{
color: #AAF353;
}
.AnyTagClassName
{
color: #AAF353;
}
</style>
background-color css
<style>
a { background-color: #AAF353; }
a { background-color: rgb(170,243,83); }
div.DivClassName
{
background-color: #AAF353;
}
.BgClassName
{
background-color: #AAF353;
}
</style>
border-color css
<style>
span { border-color: #AAF353; }
span { border-color: rgb(170,243,83); }
td.TdClassName
{
border-color: #AAF353;
}
.TagClassName
{
border-color: #AAF353;
}
</style>