Shades of Conifer #AED65C
Tints of Conifer #AED65C
RGB
CMYK
RGB Variations
Color information
#AED65C (or 0xAED65C) is known color: Conifer. HEX triplet: AE, D6 and 5C. RGB value is (174,214,92). Sum of RGB (Red+Green+Blue) = 174+214+92=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #AED65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED65C is #5129A3. Grayscale: #BCBCBC. Windows color (decimal): -5319076 or 6084270. OLE color: 6084270.
HSL color Cylindrical-coordinate representation of color #AED65C: hue angle of 79.67º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AED65C is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 92 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.16 |
| HSL | 79.67º | 0.6% | 0.6% | - |
| HSV(B) | 79.67º | 0.57% | 0.84% | - |
| XYZ | 43.43 | 57.86 | 19 | - |
| YUV | 188.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 92 | 0.19 | 0 | 0.57 | 0.16 | 79.67 | 0.6 | 0.6 |
| Hex | AE | D6 | 5C | 13 | 0 | 39 | 10 | 50 | 3C | 3C |
| Octal | 256 | 326 | 134 | 23 | 0 | 71 | 20 | 120 | 74 | 74 |
| Binary | 10101110 | 11010110 | 1011100 | 10011 | 0 | 111001 | 10000 | 1010000 | 111100 | 111100 |
Color Harmonies of #AED65C
Complementary color
Monochromatic Colors of #AED65C
Black with #AED65C
Text Example
Text Example
White with #AED65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED65C; }
p { color: rgb(174,214,92); }
H1.HeaderClassName
{
color: #AED65C;
}
.AnyTagClassName
{
color: #AED65C;
}
</style>
background-color css
<style>
a { background-color: #AED65C; }
a { background-color: rgb(174,214,92); }
div.DivClassName
{
background-color: #AED65C;
}
.BgClassName
{
background-color: #AED65C;
}
</style>
border-color css
<style>
span { border-color: #AED65C; }
span { border-color: rgb(174,214,92); }
td.TdClassName
{
border-color: #AED65C;
}
.TagClassName
{
border-color: #AED65C;
}
</style>