Shades of Conifer #AED653
Tints of Conifer #AED653
RGB
CMYK
RGB Variations
Color information
#AED653 (or 0xAED653) is known color: Conifer. HEX triplet: AE, D6 and 53. RGB value is (174,214,83). Sum of RGB (Red+Green+Blue) = 174+214+83=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #AED653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED653 is #5129AC. Grayscale: #BBBBBB. Windows color (decimal): -5319085 or 5494446. OLE color: 5494446.
HSL color Cylindrical-coordinate representation of color #AED653: hue angle of 78.32º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AED653 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 83 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.16 |
| HSL | 78.32º | 0.62% | 0.58% | - |
| HSV(B) | 78.32º | 0.61% | 0.84% | - |
| XYZ | 43.06 | 57.72 | 17.05 | - |
| YUV | 187.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 83 | 0.19 | 0 | 0.61 | 0.16 | 78.32 | 0.62 | 0.58 |
| Hex | AE | D6 | 53 | 13 | 0 | 3D | 10 | 4E | 3E | 3A |
| Octal | 256 | 326 | 123 | 23 | 0 | 75 | 20 | 116 | 76 | 72 |
| Binary | 10101110 | 11010110 | 1010011 | 10011 | 0 | 111101 | 10000 | 1001110 | 111110 | 111010 |
Color Harmonies of #AED653
Complementary color
Monochromatic Colors of #AED653
Black with #AED653
Text Example
Text Example
White with #AED653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED653; }
p { color: rgb(174,214,83); }
H1.HeaderClassName
{
color: #AED653;
}
.AnyTagClassName
{
color: #AED653;
}
</style>
background-color css
<style>
a { background-color: #AED653; }
a { background-color: rgb(174,214,83); }
div.DivClassName
{
background-color: #AED653;
}
.BgClassName
{
background-color: #AED653;
}
</style>
border-color css
<style>
span { border-color: #AED653; }
span { border-color: rgb(174,214,83); }
td.TdClassName
{
border-color: #AED653;
}
.TagClassName
{
border-color: #AED653;
}
</style>