Shades of Conifer #AEFE5E
Tints of Conifer #AEFE5E
RGB
CMYK
RGB Variations
Color information
#AEFE5E (or 0xAEFE5E) is known color: Conifer. HEX triplet: AE, FE and 5E. RGB value is (174,254,94). Sum of RGB (Red+Green+Blue) = 174+254+94=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE5E is #5101A1. Grayscale: #D4D4D4. Windows color (decimal): -5308834 or 6225582. OLE color: 6225582.
HSL color Cylindrical-coordinate representation of color #AEFE5E: hue angle of 90º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEFE5E is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
RGB | 174 | 254 | 94 | - |
CMYK | 0.31 | 0 | 0.63 | 0.00 |
HSL | 90º | 0.99% | 0.68% | - |
HSV(B) | 90º | 0.63% | 1% | - |
XYZ | 54.92 | 80.69 | 23.27 | - |
YUV | 211.84 | 61.5 | 101.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 254 | 94 | 0.31 | 0 | 0.63 | 0.00 | 90 | 0.99 | 0.68 |
Hex | AE | FE | 5E | 1F | 0 | 3F | 0 | 5A | 63 | 44 |
Octal | 256 | 376 | 136 | 37 | 0 | 77 | 0 | 132 | 143 | 104 |
Binary | 10101110 | 11111110 | 1011110 | 11111 | 0 | 111111 | 0 | 1011010 | 1100011 | 1000100 |
Color Harmonies of #AEFE5E
Complementary color
Monochromatic Colors of #AEFE5E
Black with #AEFE5E
Text Example
Text Example
White with #AEFE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE5E; }
p { color: rgb(174,254,94); }
H1.HeaderClassName
{
color: #AEFE5E;
}
.AnyTagClassName
{
color: #AEFE5E;
}
</style>
background-color css
<style>
a { background-color: #AEFE5E; }
a { background-color: rgb(174,254,94); }
div.DivClassName
{
background-color: #AEFE5E;
}
.BgClassName
{
background-color: #AEFE5E;
}
</style>
border-color css
<style>
span { border-color: #AEFE5E; }
span { border-color: rgb(174,254,94); }
td.TdClassName
{
border-color: #AEFE5E;
}
.TagClassName
{
border-color: #AEFE5E;
}
</style>