Shades of Conifer #AAF04B
Tints of Conifer #AAF04B
RGB
CMYK
RGB Variations
Color information
#AAF04B (or 0xAAF04B) is known color: Conifer. HEX triplet: AA, F0 and 4B. RGB value is (170,240,75). Sum of RGB (Red+Green+Blue) = 170+240+75=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF04B is #550FB4. Grayscale: #C8C8C8. Windows color (decimal): -5574581 or 4976810. OLE color: 4976810.
HSL color Cylindrical-coordinate representation of color #AAF04B: hue angle of 85.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAF04B is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 75 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.06 |
| HSL | 85.45º | 0.85% | 0.62% | - |
| HSV(B) | 85.45º | 0.69% | 0.94% | - |
| XYZ | 49.01 | 71.37 | 17.85 | - |
| YUV | 200.26 | 57.31 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 75 | 0.29 | 0 | 0.69 | 0.06 | 85.45 | 0.85 | 0.62 |
| Hex | AA | F0 | 4B | 1D | 0 | 45 | 6 | 55 | 55 | 3E |
| Octal | 252 | 360 | 113 | 35 | 0 | 105 | 6 | 125 | 125 | 76 |
| Binary | 10101010 | 11110000 | 1001011 | 11101 | 0 | 1000101 | 110 | 1010101 | 1010101 | 111110 |
Color Harmonies of #AAF04B
Complementary color
Monochromatic Colors of #AAF04B
Black with #AAF04B
Text Example
Text Example
White with #AAF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF04B; }
p { color: rgb(170,240,75); }
H1.HeaderClassName
{
color: #AAF04B;
}
.AnyTagClassName
{
color: #AAF04B;
}
</style>
background-color css
<style>
a { background-color: #AAF04B; }
a { background-color: rgb(170,240,75); }
div.DivClassName
{
background-color: #AAF04B;
}
.BgClassName
{
background-color: #AAF04B;
}
</style>
border-color css
<style>
span { border-color: #AAF04B; }
span { border-color: rgb(170,240,75); }
td.TdClassName
{
border-color: #AAF04B;
}
.TagClassName
{
border-color: #AAF04B;
}
</style>