Shades of Conifer #AEE65D
Tints of Conifer #AEE65D
RGB
CMYK
RGB Variations
Color information
#AEE65D (or 0xAEE65D) is known color: Conifer. HEX triplet: AE, E6 and 5D. RGB value is (174,230,93). Sum of RGB (Red+Green+Blue) = 174+230+93=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE65D is #5119A2. Grayscale: #C6C6C6. Windows color (decimal): -5314979 or 6153902. OLE color: 6153902.
HSL color Cylindrical-coordinate representation of color #AEE65D: hue angle of 84.53º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEE65D is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 93 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.10 |
| HSL | 84.53º | 0.73% | 0.63% | - |
| HSV(B) | 84.53º | 0.6% | 0.9% | - |
| XYZ | 47.73 | 66.38 | 20.65 | - |
| YUV | 197.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 93 | 0.24 | 0 | 0.60 | 0.10 | 84.53 | 0.73 | 0.63 |
| Hex | AE | E6 | 5D | 18 | 0 | 3C | A | 55 | 49 | 3F |
| Octal | 256 | 346 | 135 | 30 | 0 | 74 | 12 | 125 | 111 | 77 |
| Binary | 10101110 | 11100110 | 1011101 | 11000 | 0 | 111100 | 1010 | 1010101 | 1001001 | 111111 |
Color Harmonies of #AEE65D
Complementary color
Monochromatic Colors of #AEE65D
Black with #AEE65D
Text Example
Text Example
White with #AEE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE65D; }
p { color: rgb(174,230,93); }
H1.HeaderClassName
{
color: #AEE65D;
}
.AnyTagClassName
{
color: #AEE65D;
}
</style>
background-color css
<style>
a { background-color: #AEE65D; }
a { background-color: rgb(174,230,93); }
div.DivClassName
{
background-color: #AEE65D;
}
.BgClassName
{
background-color: #AEE65D;
}
</style>
border-color css
<style>
span { border-color: #AEE65D; }
span { border-color: rgb(174,230,93); }
td.TdClassName
{
border-color: #AEE65D;
}
.TagClassName
{
border-color: #AEE65D;
}
</style>