Shades of Conifer #AEED64
Tints of Conifer #AEED64
RGB
CMYK
RGB Variations
Color information
#AEED64 (or 0xAEED64) is known color: Conifer. HEX triplet: AE, ED and 64. RGB value is (174,237,100). Sum of RGB (Red+Green+Blue) = 174+237+100=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED64 is #51129B. Grayscale: #CBCBCB. Windows color (decimal): -5313180 or 6614446. OLE color: 6614446.
HSL color Cylindrical-coordinate representation of color #AEED64: hue angle of 87.59º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEED64 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 100 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.07 |
| HSL | 87.59º | 0.79% | 0.66% | - |
| HSV(B) | 87.59º | 0.58% | 0.93% | - |
| XYZ | 50.04 | 70.49 | 23.02 | - |
| YUV | 202.55 | 70.13 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 100 | 0.27 | 0 | 0.58 | 0.07 | 87.59 | 0.79 | 0.66 |
| Hex | AE | ED | 64 | 1B | 0 | 3A | 7 | 58 | 4F | 42 |
| Octal | 256 | 355 | 144 | 33 | 0 | 72 | 7 | 130 | 117 | 102 |
| Binary | 10101110 | 11101101 | 1100100 | 11011 | 0 | 111010 | 111 | 1011000 | 1001111 | 1000010 |
Color Harmonies of #AEED64
Complementary color
Monochromatic Colors of #AEED64
Black with #AEED64
Text Example
Text Example
White with #AEED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEED64; }
p { color: rgb(174,237,100); }
H1.HeaderClassName
{
color: #AEED64;
}
.AnyTagClassName
{
color: #AEED64;
}
</style>
background-color css
<style>
a { background-color: #AEED64; }
a { background-color: rgb(174,237,100); }
div.DivClassName
{
background-color: #AEED64;
}
.BgClassName
{
background-color: #AEED64;
}
</style>
border-color css
<style>
span { border-color: #AEED64; }
span { border-color: rgb(174,237,100); }
td.TdClassName
{
border-color: #AEED64;
}
.TagClassName
{
border-color: #AEED64;
}
</style>