Shades of Conifer #AED45D
Tints of Conifer #AED45D
RGB
CMYK
RGB Variations
Color information
#AED45D (or 0xAED45D) is known color: Conifer. HEX triplet: AE, D4 and 5D. RGB value is (174,212,93). Sum of RGB (Red+Green+Blue) = 174+212+93=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #AED45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED45D is #512BA2. Grayscale: #BBBBBB. Windows color (decimal): -5319587 or 6149294. OLE color: 6149294.
HSL color Cylindrical-coordinate representation of color #AED45D: hue angle of 79.16º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AED45D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 93 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.17 |
| HSL | 79.16º | 0.58% | 0.6% | - |
| HSV(B) | 79.16º | 0.56% | 0.83% | - |
| XYZ | 42.97 | 56.88 | 19.07 | - |
| YUV | 187.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 93 | 0.18 | 0 | 0.56 | 0.17 | 79.16 | 0.58 | 0.6 |
| Hex | AE | D4 | 5D | 12 | 0 | 38 | 11 | 4F | 3A | 3C |
| Octal | 256 | 324 | 135 | 22 | 0 | 70 | 21 | 117 | 72 | 74 |
| Binary | 10101110 | 11010100 | 1011101 | 10010 | 0 | 111000 | 10001 | 1001111 | 111010 | 111100 |
Color Harmonies of #AED45D
Complementary color
Monochromatic Colors of #AED45D
Black with #AED45D
Text Example
Text Example
White with #AED45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED45D; }
p { color: rgb(174,212,93); }
H1.HeaderClassName
{
color: #AED45D;
}
.AnyTagClassName
{
color: #AED45D;
}
</style>
background-color css
<style>
a { background-color: #AED45D; }
a { background-color: rgb(174,212,93); }
div.DivClassName
{
background-color: #AED45D;
}
.BgClassName
{
background-color: #AED45D;
}
</style>
border-color css
<style>
span { border-color: #AED45D; }
span { border-color: rgb(174,212,93); }
td.TdClassName
{
border-color: #AED45D;
}
.TagClassName
{
border-color: #AED45D;
}
</style>