Shades of Conifer #AEF367
Tints of Conifer #AEF367
RGB
CMYK
RGB Variations
Color information
#AEF367 (or 0xAEF367) is known color: Conifer. HEX triplet: AE, F3 and 67. RGB value is (174,243,103). Sum of RGB (Red+Green+Blue) = 174+243+103=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF367 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF367 is #510C98. Grayscale: #CECECE. Windows color (decimal): -5311641 or 6812590. OLE color: 6812590.
HSL color Cylindrical-coordinate representation of color #AEF367: hue angle of 89.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEF367 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 103 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.05 |
| HSL | 89.57º | 0.85% | 0.68% | - |
| HSV(B) | 89.57º | 0.58% | 0.95% | - |
| XYZ | 51.95 | 74.08 | 24.39 | - |
| YUV | 206.41 | 69.64 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 103 | 0.28 | 0 | 0.58 | 0.05 | 89.57 | 0.85 | 0.68 |
| Hex | AE | F3 | 67 | 1C | 0 | 3A | 5 | 5A | 55 | 44 |
| Octal | 256 | 363 | 147 | 34 | 0 | 72 | 5 | 132 | 125 | 104 |
| Binary | 10101110 | 11110011 | 1100111 | 11100 | 0 | 111010 | 101 | 1011010 | 1010101 | 1000100 |
Color Harmonies of #AEF367
Complementary color
Monochromatic Colors of #AEF367
Black with #AEF367
Text Example
Text Example
White with #AEF367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF367; }
p { color: rgb(174,243,103); }
H1.HeaderClassName
{
color: #AEF367;
}
.AnyTagClassName
{
color: #AEF367;
}
</style>
background-color css
<style>
a { background-color: #AEF367; }
a { background-color: rgb(174,243,103); }
div.DivClassName
{
background-color: #AEF367;
}
.BgClassName
{
background-color: #AEF367;
}
</style>
border-color css
<style>
span { border-color: #AEF367; }
span { border-color: rgb(174,243,103); }
td.TdClassName
{
border-color: #AEF367;
}
.TagClassName
{
border-color: #AEF367;
}
</style>