Shades of Conifer #AED24C
Tints of Conifer #AED24C
RGB
CMYK
RGB Variations
Color information
#AED24C (or 0xAED24C) is known color: Conifer. HEX triplet: AE, D2 and 4C. RGB value is (174,210,76). Sum of RGB (Red+Green+Blue) = 174+210+76=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #AED24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED24C is #512DB3. Grayscale: #B8B8B8. Windows color (decimal): -5320116 or 5034670. OLE color: 5034670.
HSL color Cylindrical-coordinate representation of color #AED24C: hue angle of 76.12º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AED24C is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 76 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.18 |
| HSL | 76.12º | 0.6% | 0.56% | - |
| HSV(B) | 76.12º | 0.64% | 0.82% | - |
| XYZ | 41.81 | 55.61 | 15.37 | - |
| YUV | 183.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 76 | 0.17 | 0 | 0.64 | 0.18 | 76.12 | 0.6 | 0.56 |
| Hex | AE | D2 | 4C | 11 | 0 | 40 | 12 | 4C | 3C | 38 |
| Octal | 256 | 322 | 114 | 21 | 0 | 100 | 22 | 114 | 74 | 70 |
| Binary | 10101110 | 11010010 | 1001100 | 10001 | 0 | 1000000 | 10010 | 1001100 | 111100 | 111000 |
Color Harmonies of #AED24C
Complementary color
Monochromatic Colors of #AED24C
Black with #AED24C
Text Example
Text Example
White with #AED24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED24C; }
p { color: rgb(174,210,76); }
H1.HeaderClassName
{
color: #AED24C;
}
.AnyTagClassName
{
color: #AED24C;
}
</style>
background-color css
<style>
a { background-color: #AED24C; }
a { background-color: rgb(174,210,76); }
div.DivClassName
{
background-color: #AED24C;
}
.BgClassName
{
background-color: #AED24C;
}
</style>
border-color css
<style>
span { border-color: #AED24C; }
span { border-color: rgb(174,210,76); }
td.TdClassName
{
border-color: #AED24C;
}
.TagClassName
{
border-color: #AED24C;
}
</style>