Shades of Conifer #AED853
Tints of Conifer #AED853
RGB
CMYK
RGB Variations
Color information
#AED853 (or 0xAED853) is known color: Conifer. HEX triplet: AE, D8 and 53. RGB value is (174,216,83). Sum of RGB (Red+Green+Blue) = 174+216+83=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #AED853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED853 is #5127AC. Grayscale: #BCBCBC. Windows color (decimal): -5318573 or 5494958. OLE color: 5494958.
HSL color Cylindrical-coordinate representation of color #AED853: hue angle of 78.95º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AED853 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 83 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.15 |
| HSL | 78.95º | 0.63% | 0.59% | - |
| HSV(B) | 78.95º | 0.62% | 0.85% | - |
| XYZ | 43.57 | 58.73 | 17.22 | - |
| YUV | 188.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 83 | 0.19 | 0 | 0.62 | 0.15 | 78.95 | 0.63 | 0.59 |
| Hex | AE | D8 | 53 | 13 | 0 | 3E | F | 4F | 3F | 3B |
| Octal | 256 | 330 | 123 | 23 | 0 | 76 | 17 | 117 | 77 | 73 |
| Binary | 10101110 | 11011000 | 1010011 | 10011 | 0 | 111110 | 1111 | 1001111 | 111111 | 111011 |
Color Harmonies of #AED853
Complementary color
Monochromatic Colors of #AED853
Black with #AED853
Text Example
Text Example
White with #AED853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED853; }
p { color: rgb(174,216,83); }
H1.HeaderClassName
{
color: #AED853;
}
.AnyTagClassName
{
color: #AED853;
}
</style>
background-color css
<style>
a { background-color: #AED853; }
a { background-color: rgb(174,216,83); }
div.DivClassName
{
background-color: #AED853;
}
.BgClassName
{
background-color: #AED853;
}
</style>
border-color css
<style>
span { border-color: #AED853; }
span { border-color: rgb(174,216,83); }
td.TdClassName
{
border-color: #AED853;
}
.TagClassName
{
border-color: #AED853;
}
</style>