Shades of Conifer #AED95C
Tints of Conifer #AED95C
RGB
CMYK
RGB Variations
Color information
#AED95C (or 0xAED95C) is known color: Conifer. HEX triplet: AE, D9 and 5C. RGB value is (174,217,92). Sum of RGB (Red+Green+Blue) = 174+217+92=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #AED95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED95C is #5126A3. Grayscale: #BEBEBE. Windows color (decimal): -5318308 or 6085038. OLE color: 6085038.
HSL color Cylindrical-coordinate representation of color #AED95C: hue angle of 80.64º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AED95C is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 92 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.15 |
| HSL | 80.64º | 0.62% | 0.61% | - |
| HSV(B) | 80.64º | 0.58% | 0.85% | - |
| XYZ | 44.2 | 59.4 | 19.26 | - |
| YUV | 189.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 92 | 0.20 | 0 | 0.58 | 0.15 | 80.64 | 0.62 | 0.61 |
| Hex | AE | D9 | 5C | 14 | 0 | 3A | F | 51 | 3E | 3D |
| Octal | 256 | 331 | 134 | 24 | 0 | 72 | 17 | 121 | 76 | 75 |
| Binary | 10101110 | 11011001 | 1011100 | 10100 | 0 | 111010 | 1111 | 1010001 | 111110 | 111101 |
Color Harmonies of #AED95C
Complementary color
Monochromatic Colors of #AED95C
Black with #AED95C
Text Example
Text Example
White with #AED95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED95C; }
p { color: rgb(174,217,92); }
H1.HeaderClassName
{
color: #AED95C;
}
.AnyTagClassName
{
color: #AED95C;
}
</style>
background-color css
<style>
a { background-color: #AED95C; }
a { background-color: rgb(174,217,92); }
div.DivClassName
{
background-color: #AED95C;
}
.BgClassName
{
background-color: #AED95C;
}
</style>
border-color css
<style>
span { border-color: #AED95C; }
span { border-color: rgb(174,217,92); }
td.TdClassName
{
border-color: #AED95C;
}
.TagClassName
{
border-color: #AED95C;
}
</style>