Shades of Conifer #AEE63D
Tints of Conifer #AEE63D
RGB
CMYK
RGB Variations
Color information
#AEE63D (or 0xAEE63D) is known color: Conifer. HEX triplet: AE, E6 and 3D. RGB value is (174,230,61). Sum of RGB (Red+Green+Blue) = 174+230+61=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE63D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE63D is #5119C2. Grayscale: #C2C2C2. Windows color (decimal): -5315011 or 4056750. OLE color: 4056750.
HSL color Cylindrical-coordinate representation of color #AEE63D: hue angle of 79.88º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEE63D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 61 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.10 |
| HSL | 79.88º | 0.77% | 0.57% | - |
| HSV(B) | 79.88º | 0.73% | 0.9% | - |
| XYZ | 46.59 | 65.93 | 14.68 | - |
| YUV | 193.99 | 52.95 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 61 | 0.24 | 0 | 0.73 | 0.10 | 79.88 | 0.77 | 0.57 |
| Hex | AE | E6 | 3D | 18 | 0 | 49 | A | 50 | 4D | 39 |
| Octal | 256 | 346 | 75 | 30 | 0 | 111 | 12 | 120 | 115 | 71 |
| Binary | 10101110 | 11100110 | 111101 | 11000 | 0 | 1001001 | 1010 | 1010000 | 1001101 | 111001 |
Color Harmonies of #AEE63D
Complementary color
Monochromatic Colors of #AEE63D
Black with #AEE63D
Text Example
Text Example
White with #AEE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE63D; }
p { color: rgb(174,230,61); }
H1.HeaderClassName
{
color: #AEE63D;
}
.AnyTagClassName
{
color: #AEE63D;
}
</style>
background-color css
<style>
a { background-color: #AEE63D; }
a { background-color: rgb(174,230,61); }
div.DivClassName
{
background-color: #AEE63D;
}
.BgClassName
{
background-color: #AEE63D;
}
</style>
border-color css
<style>
span { border-color: #AEE63D; }
span { border-color: rgb(174,230,61); }
td.TdClassName
{
border-color: #AEE63D;
}
.TagClassName
{
border-color: #AEE63D;
}
</style>