Shades of Conifer #AEE65A
Tints of Conifer #AEE65A
RGB
CMYK
RGB Variations
Color information
#AEE65A (or 0xAEE65A) is known color: Conifer. HEX triplet: AE, E6 and 5A. RGB value is (174,230,90). Sum of RGB (Red+Green+Blue) = 174+230+90=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE65A is #5119A5. Grayscale: #C5C5C5. Windows color (decimal): -5314982 or 5957294. OLE color: 5957294.
HSL color Cylindrical-coordinate representation of color #AEE65A: hue angle of 84º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEE65A is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 90 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.10 |
| HSL | 84º | 0.74% | 0.63% | - |
| HSV(B) | 84º | 0.61% | 0.9% | - |
| XYZ | 47.6 | 66.33 | 19.97 | - |
| YUV | 197.3 | 67.45 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 90 | 0.24 | 0 | 0.61 | 0.10 | 84 | 0.74 | 0.63 |
| Hex | AE | E6 | 5A | 18 | 0 | 3D | A | 54 | 4A | 3F |
| Octal | 256 | 346 | 132 | 30 | 0 | 75 | 12 | 124 | 112 | 77 |
| Binary | 10101110 | 11100110 | 1011010 | 11000 | 0 | 111101 | 1010 | 1010100 | 1001010 | 111111 |
Color Harmonies of #AEE65A
Complementary color
Monochromatic Colors of #AEE65A
Black with #AEE65A
Text Example
Text Example
White with #AEE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE65A; }
p { color: rgb(174,230,90); }
H1.HeaderClassName
{
color: #AEE65A;
}
.AnyTagClassName
{
color: #AEE65A;
}
</style>
background-color css
<style>
a { background-color: #AEE65A; }
a { background-color: rgb(174,230,90); }
div.DivClassName
{
background-color: #AEE65A;
}
.BgClassName
{
background-color: #AEE65A;
}
</style>
border-color css
<style>
span { border-color: #AEE65A; }
span { border-color: rgb(174,230,90); }
td.TdClassName
{
border-color: #AEE65A;
}
.TagClassName
{
border-color: #AEE65A;
}
</style>