Shades of Conifer #AAFB5A
Tints of Conifer #AAFB5A
RGB
CMYK
RGB Variations
Color information
#AAFB5A (or 0xAAFB5A) is known color: Conifer. HEX triplet: AA, FB and 5A. RGB value is (170,251,90). Sum of RGB (Red+Green+Blue) = 170+251+90=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFB5A is #5504A5. Grayscale: #D0D0D0. Windows color (decimal): -5571750 or 5962666. OLE color: 5962666.
HSL color Cylindrical-coordinate representation of color #AAFB5A: hue angle of 90.19º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAFB5A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 251 | 90 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.02 |
| HSL | 90.19º | 0.95% | 0.67% | - |
| HSV(B) | 90.19º | 0.64% | 0.98% | - |
| XYZ | 52.92 | 78.28 | 21.99 | - |
| YUV | 208.43 | 61.16 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 251 | 90 | 0.32 | 0 | 0.64 | 0.02 | 90.19 | 0.95 | 0.67 |
| Hex | AA | FB | 5A | 20 | 0 | 40 | 2 | 5A | 5F | 43 |
| Octal | 252 | 373 | 132 | 40 | 0 | 100 | 2 | 132 | 137 | 103 |
| Binary | 10101010 | 11111011 | 1011010 | 100000 | 0 | 1000000 | 10 | 1011010 | 1011111 | 1000011 |
Color Harmonies of #AAFB5A
Complementary color
Monochromatic Colors of #AAFB5A
Black with #AAFB5A
Text Example
Text Example
White with #AAFB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFB5A; }
p { color: rgb(170,251,90); }
H1.HeaderClassName
{
color: #AAFB5A;
}
.AnyTagClassName
{
color: #AAFB5A;
}
</style>
background-color css
<style>
a { background-color: #AAFB5A; }
a { background-color: rgb(170,251,90); }
div.DivClassName
{
background-color: #AAFB5A;
}
.BgClassName
{
background-color: #AAFB5A;
}
</style>
border-color css
<style>
span { border-color: #AAFB5A; }
span { border-color: rgb(170,251,90); }
td.TdClassName
{
border-color: #AAFB5A;
}
.TagClassName
{
border-color: #AAFB5A;
}
</style>