Shades of Conifer #AEED5E
Tints of Conifer #AEED5E
RGB
CMYK
RGB Variations
Color information
#AEED5E (or 0xAEED5E) is known color: Conifer. HEX triplet: AE, ED and 5E. RGB value is (174,237,94). Sum of RGB (Red+Green+Blue) = 174+237+94=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED5E is #5112A1. Grayscale: #CACACA. Windows color (decimal): -5313186 or 6221230. OLE color: 6221230.
HSL color Cylindrical-coordinate representation of color #AEED5E: hue angle of 86.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEED5E is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
RGB | 174 | 237 | 94 | - |
CMYK | 0.27 | 0 | 0.60 | 0.07 |
HSL | 86.43º | 0.8% | 0.65% | - |
HSV(B) | 86.43º | 0.6% | 0.93% | - |
XYZ | 49.76 | 70.38 | 21.55 | - |
YUV | 201.86 | 67.13 | 108.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 237 | 94 | 0.27 | 0 | 0.60 | 0.07 | 86.43 | 0.8 | 0.65 |
Hex | AE | ED | 5E | 1B | 0 | 3C | 7 | 56 | 50 | 41 |
Octal | 256 | 355 | 136 | 33 | 0 | 74 | 7 | 126 | 120 | 101 |
Binary | 10101110 | 11101101 | 1011110 | 11011 | 0 | 111100 | 111 | 1010110 | 1010000 | 1000001 |
Color Harmonies of #AEED5E
Complementary color
Monochromatic Colors of #AEED5E
Black with #AEED5E
Text Example
Text Example
White with #AEED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEED5E; }
p { color: rgb(174,237,94); }
H1.HeaderClassName
{
color: #AEED5E;
}
.AnyTagClassName
{
color: #AEED5E;
}
</style>
background-color css
<style>
a { background-color: #AEED5E; }
a { background-color: rgb(174,237,94); }
div.DivClassName
{
background-color: #AEED5E;
}
.BgClassName
{
background-color: #AEED5E;
}
</style>
border-color css
<style>
span { border-color: #AEED5E; }
span { border-color: rgb(174,237,94); }
td.TdClassName
{
border-color: #AEED5E;
}
.TagClassName
{
border-color: #AEED5E;
}
</style>