Shades of Conifer #AEE73F
Tints of Conifer #AEE73F
RGB
CMYK
RGB Variations
Color information
#AEE73F (or 0xAEE73F) is known color: Conifer. HEX triplet: AE, E7 and 3F. RGB value is (174,231,63). Sum of RGB (Red+Green+Blue) = 174+231+63=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE73F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE73F is #5118C0. Grayscale: #C3C3C3. Windows color (decimal): -5314753 or 4188078. OLE color: 4188078.
HSL color Cylindrical-coordinate representation of color #AEE73F: hue angle of 80.36º degrees, saturation: 0.78, 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 #AEE73F is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 231 | 63 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.09 |
| HSL | 80.36º | 0.78% | 0.58% | - |
| HSV(B) | 80.36º | 0.73% | 0.91% | - |
| XYZ | 46.93 | 66.51 | 15.07 | - |
| YUV | 194.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 231 | 63 | 0.25 | 0 | 0.73 | 0.09 | 80.36 | 0.78 | 0.58 |
| Hex | AE | E7 | 3F | 19 | 0 | 49 | 9 | 50 | 4E | 3A |
| Octal | 256 | 347 | 77 | 31 | 0 | 111 | 11 | 120 | 116 | 72 |
| Binary | 10101110 | 11100111 | 111111 | 11001 | 0 | 1001001 | 1001 | 1010000 | 1001110 | 111010 |
Color Harmonies of #AEE73F
Complementary color
Monochromatic Colors of #AEE73F
Black with #AEE73F
Text Example
Text Example
White with #AEE73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE73F; }
p { color: rgb(174,231,63); }
H1.HeaderClassName
{
color: #AEE73F;
}
.AnyTagClassName
{
color: #AEE73F;
}
</style>
background-color css
<style>
a { background-color: #AEE73F; }
a { background-color: rgb(174,231,63); }
div.DivClassName
{
background-color: #AEE73F;
}
.BgClassName
{
background-color: #AEE73F;
}
</style>
border-color css
<style>
span { border-color: #AEE73F; }
span { border-color: rgb(174,231,63); }
td.TdClassName
{
border-color: #AEE73F;
}
.TagClassName
{
border-color: #AEE73F;
}
</style>