Shades of Conifer #AAD250
Tints of Conifer #AAD250
RGB
CMYK
RGB Variations
Color information
#AAD250 (or 0xAAD250) is known color: Conifer. HEX triplet: AA, D2 and 50. RGB value is (170,210,80). Sum of RGB (Red+Green+Blue) = 170+210+80=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD250 is #552DAF. Grayscale: #B7B7B7. Windows color (decimal): -5582256 or 5296810. OLE color: 5296810.
HSL color Cylindrical-coordinate representation of color #AAD250: hue angle of 78.46º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAD250 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 80 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.18 |
| HSL | 78.46º | 0.59% | 0.57% | - |
| HSV(B) | 78.46º | 0.62% | 0.82% | - |
| XYZ | 41.07 | 55.22 | 16.08 | - |
| YUV | 183.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 80 | 0.19 | 0 | 0.62 | 0.18 | 78.46 | 0.59 | 0.57 |
| Hex | AA | D2 | 50 | 13 | 0 | 3E | 12 | 4E | 3B | 39 |
| Octal | 252 | 322 | 120 | 23 | 0 | 76 | 22 | 116 | 73 | 71 |
| Binary | 10101010 | 11010010 | 1010000 | 10011 | 0 | 111110 | 10010 | 1001110 | 111011 | 111001 |
Color Harmonies of #AAD250
Complementary color
Monochromatic Colors of #AAD250
Black with #AAD250
Text Example
Text Example
White with #AAD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD250; }
p { color: rgb(170,210,80); }
H1.HeaderClassName
{
color: #AAD250;
}
.AnyTagClassName
{
color: #AAD250;
}
</style>
background-color css
<style>
a { background-color: #AAD250; }
a { background-color: rgb(170,210,80); }
div.DivClassName
{
background-color: #AAD250;
}
.BgClassName
{
background-color: #AAD250;
}
</style>
border-color css
<style>
span { border-color: #AAD250; }
span { border-color: rgb(170,210,80); }
td.TdClassName
{
border-color: #AAD250;
}
.TagClassName
{
border-color: #AAD250;
}
</style>