Shades of Conifer #AEE740
Tints of Conifer #AEE740
RGB
CMYK
RGB Variations
Color information
#AEE740 (or 0xAEE740) is known color: Conifer. HEX triplet: AE, E7 and 40. RGB value is (174,231,64). Sum of RGB (Red+Green+Blue) = 174+231+64=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE740 is #5118BF. Grayscale: #C3C3C3. Windows color (decimal): -5314752 or 4253614. OLE color: 4253614.
HSL color Cylindrical-coordinate representation of color #AEE740: hue angle of 80.48º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEE740 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 231 | 64 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.09 |
| HSL | 80.48º | 0.78% | 0.58% | - |
| HSV(B) | 80.48º | 0.72% | 0.91% | - |
| XYZ | 46.96 | 66.52 | 15.22 | - |
| YUV | 194.92 | 54.12 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 231 | 64 | 0.25 | 0 | 0.72 | 0.09 | 80.48 | 0.78 | 0.58 |
| Hex | AE | E7 | 40 | 19 | 0 | 48 | 9 | 50 | 4E | 3A |
| Octal | 256 | 347 | 100 | 31 | 0 | 110 | 11 | 120 | 116 | 72 |
| Binary | 10101110 | 11100111 | 1000000 | 11001 | 0 | 1001000 | 1001 | 1010000 | 1001110 | 111010 |
Color Harmonies of #AEE740
Complementary color
Monochromatic Colors of #AEE740
Black with #AEE740
Text Example
Text Example
White with #AEE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE740; }
p { color: rgb(174,231,64); }
H1.HeaderClassName
{
color: #AEE740;
}
.AnyTagClassName
{
color: #AEE740;
}
</style>
background-color css
<style>
a { background-color: #AEE740; }
a { background-color: rgb(174,231,64); }
div.DivClassName
{
background-color: #AEE740;
}
.BgClassName
{
background-color: #AEE740;
}
</style>
border-color css
<style>
span { border-color: #AEE740; }
span { border-color: rgb(174,231,64); }
td.TdClassName
{
border-color: #AEE740;
}
.TagClassName
{
border-color: #AEE740;
}
</style>