Shades of Conifer #AEFE53
Tints of Conifer #AEFE53
RGB
CMYK
RGB Variations
Color information
#AEFE53 (or 0xAEFE53) is known color: Conifer. HEX triplet: AE, FE and 53. RGB value is (174,254,83). Sum of RGB (Red+Green+Blue) = 174+254+83=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE53 is #5101AC. Grayscale: #D3D3D3. Windows color (decimal): -5308845 or 5504686. OLE color: 5504686.
HSL color Cylindrical-coordinate representation of color #AEFE53: hue angle of 88.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEFE53 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 83 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.00 |
| HSL | 88.07º | 0.99% | 0.66% | - |
| HSV(B) | 88.07º | 0.67% | 1% | - |
| XYZ | 54.46 | 80.51 | 20.85 | - |
| YUV | 210.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 83 | 0.31 | 0 | 0.67 | 0.00 | 88.07 | 0.99 | 0.66 |
| Hex | AE | FE | 53 | 1F | 0 | 43 | 0 | 58 | 63 | 42 |
| Octal | 256 | 376 | 123 | 37 | 0 | 103 | 0 | 130 | 143 | 102 |
| Binary | 10101110 | 11111110 | 1010011 | 11111 | 0 | 1000011 | 0 | 1011000 | 1100011 | 1000010 |
Color Harmonies of #AEFE53
Complementary color
Monochromatic Colors of #AEFE53
Black with #AEFE53
Text Example
Text Example
White with #AEFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE53; }
p { color: rgb(174,254,83); }
H1.HeaderClassName
{
color: #AEFE53;
}
.AnyTagClassName
{
color: #AEFE53;
}
</style>
background-color css
<style>
a { background-color: #AEFE53; }
a { background-color: rgb(174,254,83); }
div.DivClassName
{
background-color: #AEFE53;
}
.BgClassName
{
background-color: #AEFE53;
}
</style>
border-color css
<style>
span { border-color: #AEFE53; }
span { border-color: rgb(174,254,83); }
td.TdClassName
{
border-color: #AEFE53;
}
.TagClassName
{
border-color: #AEFE53;
}
</style>