Shades of Conifer #AED26A
Tints of Conifer #AED26A
RGB
CMYK
RGB Variations
Color information
#AED26A (or 0xAED26A) is known color: Conifer. HEX triplet: AE, D2 and 6A. RGB value is (174,210,106). Sum of RGB (Red+Green+Blue) = 174+210+106=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #AED26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED26A is #512D95. Grayscale: #BBBBBB. Windows color (decimal): -5320086 or 7000750. OLE color: 7000750.
HSL color Cylindrical-coordinate representation of color #AED26A: hue angle of 80.77º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED26A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 106 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.18 |
| HSL | 80.77º | 0.54% | 0.62% | - |
| HSV(B) | 80.77º | 0.5% | 0.82% | - |
| XYZ | 43.1 | 56.13 | 22.2 | - |
| YUV | 187.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 106 | 0.17 | 0 | 0.50 | 0.18 | 80.77 | 0.54 | 0.62 |
| Hex | AE | D2 | 6A | 11 | 0 | 32 | 12 | 51 | 36 | 3E |
| Octal | 256 | 322 | 152 | 21 | 0 | 62 | 22 | 121 | 66 | 76 |
| Binary | 10101110 | 11010010 | 1101010 | 10001 | 0 | 110010 | 10010 | 1010001 | 110110 | 111110 |
Color Harmonies of #AED26A
Complementary color
Monochromatic Colors of #AED26A
Black with #AED26A
Text Example
Text Example
White with #AED26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED26A; }
p { color: rgb(174,210,106); }
H1.HeaderClassName
{
color: #AED26A;
}
.AnyTagClassName
{
color: #AED26A;
}
</style>
background-color css
<style>
a { background-color: #AED26A; }
a { background-color: rgb(174,210,106); }
div.DivClassName
{
background-color: #AED26A;
}
.BgClassName
{
background-color: #AED26A;
}
</style>
border-color css
<style>
span { border-color: #AED26A; }
span { border-color: rgb(174,210,106); }
td.TdClassName
{
border-color: #AED26A;
}
.TagClassName
{
border-color: #AED26A;
}
</style>