Shades of Conifer #AED360
Tints of Conifer #AED360
RGB
CMYK
RGB Variations
Color information
#AED360 (or 0xAED360) is known color: Conifer. HEX triplet: AE, D3 and 60. RGB value is (174,211,96). Sum of RGB (Red+Green+Blue) = 174+211+96=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #AED360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED360 is #512C9F. Grayscale: #BBBBBB. Windows color (decimal): -5319840 or 6345646. OLE color: 6345646.
HSL color Cylindrical-coordinate representation of color #AED360: hue angle of 79.3º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AED360 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 96 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.17 |
| HSL | 79.3º | 0.57% | 0.6% | - |
| HSV(B) | 79.3º | 0.55% | 0.83% | - |
| XYZ | 42.86 | 56.43 | 19.7 | - |
| YUV | 186.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 96 | 0.18 | 0 | 0.55 | 0.17 | 79.3 | 0.57 | 0.6 |
| Hex | AE | D3 | 60 | 12 | 0 | 37 | 11 | 4F | 39 | 3C |
| Octal | 256 | 323 | 140 | 22 | 0 | 67 | 21 | 117 | 71 | 74 |
| Binary | 10101110 | 11010011 | 1100000 | 10010 | 0 | 110111 | 10001 | 1001111 | 111001 | 111100 |
Color Harmonies of #AED360
Complementary color
Monochromatic Colors of #AED360
Black with #AED360
Text Example
Text Example
White with #AED360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED360; }
p { color: rgb(174,211,96); }
H1.HeaderClassName
{
color: #AED360;
}
.AnyTagClassName
{
color: #AED360;
}
</style>
background-color css
<style>
a { background-color: #AED360; }
a { background-color: rgb(174,211,96); }
div.DivClassName
{
background-color: #AED360;
}
.BgClassName
{
background-color: #AED360;
}
</style>
border-color css
<style>
span { border-color: #AED360; }
span { border-color: rgb(174,211,96); }
td.TdClassName
{
border-color: #AED360;
}
.TagClassName
{
border-color: #AED360;
}
</style>