Shades of Conifer #AEF64C
Tints of Conifer #AEF64C
RGB
CMYK
RGB Variations
Color information
#AEF64C (or 0xAEF64C) is known color: Conifer. HEX triplet: AE, F6 and 4C. RGB value is (174,246,76). Sum of RGB (Red+Green+Blue) = 174+246+76=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF64C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF64C is #5109B3. Grayscale: #CDCDCD. Windows color (decimal): -5310900 or 5043886. OLE color: 5043886.
HSL color Cylindrical-coordinate representation of color #AEF64C: hue angle of 85.41º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEF64C is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 76 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.04 |
| HSL | 85.41º | 0.9% | 0.63% | - |
| HSV(B) | 85.41º | 0.69% | 0.96% | - |
| XYZ | 51.72 | 75.43 | 18.67 | - |
| YUV | 205.09 | 55.15 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 76 | 0.29 | 0 | 0.69 | 0.04 | 85.41 | 0.9 | 0.63 |
| Hex | AE | F6 | 4C | 1D | 0 | 45 | 4 | 55 | 5A | 3F |
| Octal | 256 | 366 | 114 | 35 | 0 | 105 | 4 | 125 | 132 | 77 |
| Binary | 10101110 | 11110110 | 1001100 | 11101 | 0 | 1000101 | 100 | 1010101 | 1011010 | 111111 |
Color Harmonies of #AEF64C
Complementary color
Monochromatic Colors of #AEF64C
Black with #AEF64C
Text Example
Text Example
White with #AEF64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF64C; }
p { color: rgb(174,246,76); }
H1.HeaderClassName
{
color: #AEF64C;
}
.AnyTagClassName
{
color: #AEF64C;
}
</style>
background-color css
<style>
a { background-color: #AEF64C; }
a { background-color: rgb(174,246,76); }
div.DivClassName
{
background-color: #AEF64C;
}
.BgClassName
{
background-color: #AEF64C;
}
</style>
border-color css
<style>
span { border-color: #AEF64C; }
span { border-color: rgb(174,246,76); }
td.TdClassName
{
border-color: #AEF64C;
}
.TagClassName
{
border-color: #AEF64C;
}
</style>