Shades of Conifer #AED75F
Tints of Conifer #AED75F
RGB
CMYK
RGB Variations
Color information
#AED75F (or 0xAED75F) is known color: Conifer. HEX triplet: AE, D7 and 5F. RGB value is (174,215,95). Sum of RGB (Red+Green+Blue) = 174+215+95=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #AED75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED75F is #5128A0. Grayscale: #BDBDBD. Windows color (decimal): -5318817 or 6281134. OLE color: 6281134.
HSL color Cylindrical-coordinate representation of color #AED75F: hue angle of 80.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AED75F is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 95 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.16 |
| HSL | 80.5º | 0.6% | 0.61% | - |
| HSV(B) | 80.5º | 0.56% | 0.84% | - |
| XYZ | 43.82 | 58.43 | 19.79 | - |
| YUV | 189.06 | 74.92 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 95 | 0.19 | 0 | 0.56 | 0.16 | 80.5 | 0.6 | 0.61 |
| Hex | AE | D7 | 5F | 13 | 0 | 38 | 10 | 50 | 3C | 3D |
| Octal | 256 | 327 | 137 | 23 | 0 | 70 | 20 | 120 | 74 | 75 |
| Binary | 10101110 | 11010111 | 1011111 | 10011 | 0 | 111000 | 10000 | 1010000 | 111100 | 111101 |
Color Harmonies of #AED75F
Complementary color
Monochromatic Colors of #AED75F
Black with #AED75F
Text Example
Text Example
White with #AED75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED75F; }
p { color: rgb(174,215,95); }
H1.HeaderClassName
{
color: #AED75F;
}
.AnyTagClassName
{
color: #AED75F;
}
</style>
background-color css
<style>
a { background-color: #AED75F; }
a { background-color: rgb(174,215,95); }
div.DivClassName
{
background-color: #AED75F;
}
.BgClassName
{
background-color: #AED75F;
}
</style>
border-color css
<style>
span { border-color: #AED75F; }
span { border-color: rgb(174,215,95); }
td.TdClassName
{
border-color: #AED75F;
}
.TagClassName
{
border-color: #AED75F;
}
</style>