Shades of Conifer #AED35C
Tints of Conifer #AED35C
RGB
CMYK
RGB Variations
Color information
#AED35C (or 0xAED35C) is known color: Conifer. HEX triplet: AE, D3 and 5C. RGB value is (174,211,92). Sum of RGB (Red+Green+Blue) = 174+211+92=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #AED35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED35C is #512CA3. Grayscale: #BABABA. Windows color (decimal): -5319844 or 6083502. OLE color: 6083502.
HSL color Cylindrical-coordinate representation of color #AED35C: hue angle of 78.66º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AED35C is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 92 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.17 |
| HSL | 78.66º | 0.57% | 0.59% | - |
| HSV(B) | 78.66º | 0.56% | 0.83% | - |
| XYZ | 42.68 | 56.36 | 18.75 | - |
| YUV | 186.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 92 | 0.18 | 0 | 0.56 | 0.17 | 78.66 | 0.57 | 0.59 |
| Hex | AE | D3 | 5C | 12 | 0 | 38 | 11 | 4F | 39 | 3B |
| Octal | 256 | 323 | 134 | 22 | 0 | 70 | 21 | 117 | 71 | 73 |
| Binary | 10101110 | 11010011 | 1011100 | 10010 | 0 | 111000 | 10001 | 1001111 | 111001 | 111011 |
Color Harmonies of #AED35C
Complementary color
Monochromatic Colors of #AED35C
Black with #AED35C
Text Example
Text Example
White with #AED35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED35C; }
p { color: rgb(174,211,92); }
H1.HeaderClassName
{
color: #AED35C;
}
.AnyTagClassName
{
color: #AED35C;
}
</style>
background-color css
<style>
a { background-color: #AED35C; }
a { background-color: rgb(174,211,92); }
div.DivClassName
{
background-color: #AED35C;
}
.BgClassName
{
background-color: #AED35C;
}
</style>
border-color css
<style>
span { border-color: #AED35C; }
span { border-color: rgb(174,211,92); }
td.TdClassName
{
border-color: #AED35C;
}
.TagClassName
{
border-color: #AED35C;
}
</style>