Shades of Conifer #AED263
Tints of Conifer #AED263
RGB
CMYK
RGB Variations
Color information
#AED263 (or 0xAED263) is known color: Conifer. HEX triplet: AE, D2 and 63. RGB value is (174,210,99). Sum of RGB (Red+Green+Blue) = 174+210+99=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #AED263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED263 is #512D9C. Grayscale: #BABABA. Windows color (decimal): -5320093 or 6541998. OLE color: 6541998.
HSL color Cylindrical-coordinate representation of color #AED263: hue angle of 79.46º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AED263 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 99 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.18 |
| HSL | 79.46º | 0.55% | 0.61% | - |
| HSV(B) | 79.46º | 0.53% | 0.82% | - |
| XYZ | 42.75 | 55.99 | 20.36 | - |
| YUV | 186.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 99 | 0.17 | 0 | 0.53 | 0.18 | 79.46 | 0.55 | 0.61 |
| Hex | AE | D2 | 63 | 11 | 0 | 35 | 12 | 4F | 37 | 3D |
| Octal | 256 | 322 | 143 | 21 | 0 | 65 | 22 | 117 | 67 | 75 |
| Binary | 10101110 | 11010010 | 1100011 | 10001 | 0 | 110101 | 10010 | 1001111 | 110111 | 111101 |
Color Harmonies of #AED263
Complementary color
Monochromatic Colors of #AED263
Black with #AED263
Text Example
Text Example
White with #AED263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED263; }
p { color: rgb(174,210,99); }
H1.HeaderClassName
{
color: #AED263;
}
.AnyTagClassName
{
color: #AED263;
}
</style>
background-color css
<style>
a { background-color: #AED263; }
a { background-color: rgb(174,210,99); }
div.DivClassName
{
background-color: #AED263;
}
.BgClassName
{
background-color: #AED263;
}
</style>
border-color css
<style>
span { border-color: #AED263; }
span { border-color: rgb(174,210,99); }
td.TdClassName
{
border-color: #AED263;
}
.TagClassName
{
border-color: #AED263;
}
</style>