Shades of Conifer #AEE93F
Tints of Conifer #AEE93F
RGB
CMYK
RGB Variations
Color information
#AEE93F (or 0xAEE93F) is known color: Conifer. HEX triplet: AE, E9 and 3F. RGB value is (174,233,63). Sum of RGB (Red+Green+Blue) = 174+233+63=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE93F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE93F is #5116C0. Grayscale: #C4C4C4. Windows color (decimal): -5314241 or 4188590. OLE color: 4188590.
HSL color Cylindrical-coordinate representation of color #AEE93F: hue angle of 80.82º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEE93F is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 233 | 63 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.09 |
| HSL | 80.82º | 0.79% | 0.58% | - |
| HSV(B) | 80.82º | 0.73% | 0.91% | - |
| XYZ | 47.49 | 67.64 | 15.25 | - |
| YUV | 195.98 | 52.95 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 233 | 63 | 0.25 | 0 | 0.73 | 0.09 | 80.82 | 0.79 | 0.58 |
| Hex | AE | E9 | 3F | 19 | 0 | 49 | 9 | 51 | 4F | 3A |
| Octal | 256 | 351 | 77 | 31 | 0 | 111 | 11 | 121 | 117 | 72 |
| Binary | 10101110 | 11101001 | 111111 | 11001 | 0 | 1001001 | 1001 | 1010001 | 1001111 | 111010 |
Color Harmonies of #AEE93F
Complementary color
Monochromatic Colors of #AEE93F
Black with #AEE93F
Text Example
Text Example
White with #AEE93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE93F; }
p { color: rgb(174,233,63); }
H1.HeaderClassName
{
color: #AEE93F;
}
.AnyTagClassName
{
color: #AEE93F;
}
</style>
background-color css
<style>
a { background-color: #AEE93F; }
a { background-color: rgb(174,233,63); }
div.DivClassName
{
background-color: #AEE93F;
}
.BgClassName
{
background-color: #AEE93F;
}
</style>
border-color css
<style>
span { border-color: #AEE93F; }
span { border-color: rgb(174,233,63); }
td.TdClassName
{
border-color: #AEE93F;
}
.TagClassName
{
border-color: #AEE93F;
}
</style>