Shades of Conifer #AED26B
Tints of Conifer #AED26B
RGB
CMYK
RGB Variations
Color information
#AED26B (or 0xAED26B) is known color: Conifer. HEX triplet: AE, D2 and 6B. RGB value is (174,210,107). Sum of RGB (Red+Green+Blue) = 174+210+107=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #AED26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED26B is #512D94. Grayscale: #BBBBBB. Windows color (decimal): -5320085 or 7066286. OLE color: 7066286.
HSL color Cylindrical-coordinate representation of color #AED26B: hue angle of 80.97º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AED26B is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 107 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.18 |
| HSL | 80.97º | 0.53% | 0.62% | - |
| HSV(B) | 80.97º | 0.49% | 0.82% | - |
| XYZ | 43.16 | 56.15 | 22.47 | - |
| YUV | 187.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 107 | 0.17 | 0 | 0.49 | 0.18 | 80.97 | 0.53 | 0.62 |
| Hex | AE | D2 | 6B | 11 | 0 | 31 | 12 | 51 | 35 | 3E |
| Octal | 256 | 322 | 153 | 21 | 0 | 61 | 22 | 121 | 65 | 76 |
| Binary | 10101110 | 11010010 | 1101011 | 10001 | 0 | 110001 | 10010 | 1010001 | 110101 | 111110 |
Color Harmonies of #AED26B
Complementary color
Monochromatic Colors of #AED26B
Black with #AED26B
Text Example
Text Example
White with #AED26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED26B; }
p { color: rgb(174,210,107); }
H1.HeaderClassName
{
color: #AED26B;
}
.AnyTagClassName
{
color: #AED26B;
}
</style>
background-color css
<style>
a { background-color: #AED26B; }
a { background-color: rgb(174,210,107); }
div.DivClassName
{
background-color: #AED26B;
}
.BgClassName
{
background-color: #AED26B;
}
</style>
border-color css
<style>
span { border-color: #AED26B; }
span { border-color: rgb(174,210,107); }
td.TdClassName
{
border-color: #AED26B;
}
.TagClassName
{
border-color: #AED26B;
}
</style>