Shades of Conifer #AED35D
Tints of Conifer #AED35D
RGB
CMYK
RGB Variations
Color information
#AED35D (or 0xAED35D) is known color: Conifer. HEX triplet: AE, D3 and 5D. RGB value is (174,211,93). Sum of RGB (Red+Green+Blue) = 174+211+93=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #AED35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED35D is #512CA2. Grayscale: #BABABA. Windows color (decimal): -5319843 or 6149038. OLE color: 6149038.
HSL color Cylindrical-coordinate representation of color #AED35D: hue angle of 78.81º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AED35D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 93 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.17 |
| HSL | 78.81º | 0.57% | 0.6% | - |
| HSV(B) | 78.81º | 0.56% | 0.83% | - |
| XYZ | 42.73 | 56.38 | 18.99 | - |
| YUV | 186.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 93 | 0.18 | 0 | 0.56 | 0.17 | 78.81 | 0.57 | 0.6 |
| Hex | AE | D3 | 5D | 12 | 0 | 38 | 11 | 4F | 39 | 3C |
| Octal | 256 | 323 | 135 | 22 | 0 | 70 | 21 | 117 | 71 | 74 |
| Binary | 10101110 | 11010011 | 1011101 | 10010 | 0 | 111000 | 10001 | 1001111 | 111001 | 111100 |
Color Harmonies of #AED35D
Complementary color
Monochromatic Colors of #AED35D
Black with #AED35D
Text Example
Text Example
White with #AED35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED35D; }
p { color: rgb(174,211,93); }
H1.HeaderClassName
{
color: #AED35D;
}
.AnyTagClassName
{
color: #AED35D;
}
</style>
background-color css
<style>
a { background-color: #AED35D; }
a { background-color: rgb(174,211,93); }
div.DivClassName
{
background-color: #AED35D;
}
.BgClassName
{
background-color: #AED35D;
}
</style>
border-color css
<style>
span { border-color: #AED35D; }
span { border-color: rgb(174,211,93); }
td.TdClassName
{
border-color: #AED35D;
}
.TagClassName
{
border-color: #AED35D;
}
</style>