Shades of Conifer #A4F668
Tints of Conifer #A4F668
RGB
CMYK
RGB Variations
Color information
#A4F668 (or 0xA4F668) is known color: Conifer. HEX triplet: A4, F6 and 68. RGB value is (164,246,104). Sum of RGB (Red+Green+Blue) = 164+246+104=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F668 is #5B0997. Grayscale: #CDCDCD. Windows color (decimal): -5966232 or 6878884. OLE color: 6878884.
HSL color Cylindrical-coordinate representation of color #A4F668: hue angle of 94.65º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4F668 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 246 | 104 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.04 |
| HSL | 94.65º | 0.89% | 0.69% | - |
| HSV(B) | 94.65º | 0.58% | 0.96% | - |
| XYZ | 50.76 | 74.8 | 24.86 | - |
| YUV | 205.29 | 70.83 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 246 | 104 | 0.33 | 0 | 0.58 | 0.04 | 94.65 | 0.89 | 0.69 |
| Hex | A4 | F6 | 68 | 21 | 0 | 3A | 4 | 5F | 59 | 45 |
| Octal | 244 | 366 | 150 | 41 | 0 | 72 | 4 | 137 | 131 | 105 |
| Binary | 10100100 | 11110110 | 1101000 | 100001 | 0 | 111010 | 100 | 1011111 | 1011001 | 1000101 |
Color Harmonies of #A4F668
Complementary color
Monochromatic Colors of #A4F668
Black with #A4F668
Text Example
Text Example
White with #A4F668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F668; }
p { color: rgb(164,246,104); }
H1.HeaderClassName
{
color: #A4F668;
}
.AnyTagClassName
{
color: #A4F668;
}
</style>
background-color css
<style>
a { background-color: #A4F668; }
a { background-color: rgb(164,246,104); }
div.DivClassName
{
background-color: #A4F668;
}
.BgClassName
{
background-color: #A4F668;
}
</style>
border-color css
<style>
span { border-color: #A4F668; }
span { border-color: rgb(164,246,104); }
td.TdClassName
{
border-color: #A4F668;
}
.TagClassName
{
border-color: #A4F668;
}
</style>