Shades of Conifer #AED83F
Tints of Conifer #AED83F
RGB
CMYK
RGB Variations
Color information
#AED83F (or 0xAED83F) is known color: Conifer. HEX triplet: AE, D8 and 3F. RGB value is (174,216,63). Sum of RGB (Red+Green+Blue) = 174+216+63=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #AED83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED83F is #5127C0. Grayscale: #BABABA. Windows color (decimal): -5318593 or 4184238. OLE color: 4184238.
HSL color Cylindrical-coordinate representation of color #AED83F: hue angle of 76.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AED83F is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 63 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.15 |
| HSL | 76.47º | 0.66% | 0.55% | - |
| HSV(B) | 76.47º | 0.71% | 0.85% | - |
| XYZ | 42.91 | 58.47 | 13.73 | - |
| YUV | 186 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 63 | 0.19 | 0 | 0.71 | 0.15 | 76.47 | 0.66 | 0.55 |
| Hex | AE | D8 | 3F | 13 | 0 | 47 | F | 4C | 42 | 37 |
| Octal | 256 | 330 | 77 | 23 | 0 | 107 | 17 | 114 | 102 | 67 |
| Binary | 10101110 | 11011000 | 111111 | 10011 | 0 | 1000111 | 1111 | 1001100 | 1000010 | 110111 |
Color Harmonies of #AED83F
Complementary color
Monochromatic Colors of #AED83F
Black with #AED83F
Text Example
Text Example
White with #AED83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED83F; }
p { color: rgb(174,216,63); }
H1.HeaderClassName
{
color: #AED83F;
}
.AnyTagClassName
{
color: #AED83F;
}
</style>
background-color css
<style>
a { background-color: #AED83F; }
a { background-color: rgb(174,216,63); }
div.DivClassName
{
background-color: #AED83F;
}
.BgClassName
{
background-color: #AED83F;
}
</style>
border-color css
<style>
span { border-color: #AED83F; }
span { border-color: rgb(174,216,63); }
td.TdClassName
{
border-color: #AED83F;
}
.TagClassName
{
border-color: #AED83F;
}
</style>