Shades of Conifer #AEFF53
Tints of Conifer #AEFF53
RGB
CMYK
RGB Variations
Color information
#AEFF53 (or 0xAEFF53) is known color: Conifer. HEX triplet: AE, FF and 53. RGB value is (174,255,83). Sum of RGB (Red+Green+Blue) = 174+255+83=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF53 is #5100AC. Grayscale: #D3D3D3. Windows color (decimal): -5308589 or 5504942. OLE color: 5504942.
HSL color Cylindrical-coordinate representation of color #AEFF53: hue angle of 88.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEFF53 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 83 | - |
| CMYK | 0.32 | 0 | 0.67 | 0 |
| HSL | 88.26º | 1% | 0.66% | - |
| HSV(B) | 88.26º | 0.67% | 1% | - |
| XYZ | 54.78 | 81.14 | 20.96 | - |
| YUV | 211.17 | 55.66 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 83 | 0.32 | 0 | 0.67 | 0 | 88.26 | 1 | 0.66 |
| Hex | AE | FF | 53 | 20 | 0 | 43 | 0 | 58 | 64 | 42 |
| Octal | 256 | 377 | 123 | 40 | 0 | 103 | 0 | 130 | 144 | 102 |
| Binary | 10101110 | 11111111 | 1010011 | 100000 | 0 | 1000011 | 0 | 1011000 | 1100100 | 1000010 |
Color Harmonies of #AEFF53
Complementary color
Monochromatic Colors of #AEFF53
Black with #AEFF53
Text Example
Text Example
White with #AEFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF53; }
p { color: rgb(174,255,83); }
H1.HeaderClassName
{
color: #AEFF53;
}
.AnyTagClassName
{
color: #AEFF53;
}
</style>
background-color css
<style>
a { background-color: #AEFF53; }
a { background-color: rgb(174,255,83); }
div.DivClassName
{
background-color: #AEFF53;
}
.BgClassName
{
background-color: #AEFF53;
}
</style>
border-color css
<style>
span { border-color: #AEFF53; }
span { border-color: rgb(174,255,83); }
td.TdClassName
{
border-color: #AEFF53;
}
.TagClassName
{
border-color: #AEFF53;
}
</style>