Shades of Conifer #A4F256
Tints of Conifer #A4F256
RGB
CMYK
RGB Variations
Color information
#A4F256 (or 0xA4F256) is known color: Conifer. HEX triplet: A4, F2 and 56. RGB value is (164,242,86). Sum of RGB (Red+Green+Blue) = 164+242+86=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F256 is #5B0DA9. Grayscale: #C9C9C9. Windows color (decimal): -5967274 or 5698212. OLE color: 5698212.
HSL color Cylindrical-coordinate representation of color #A4F256: hue angle of 90º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4F256 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 242 | 86 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.05 |
| HSL | 90º | 0.86% | 0.64% | - |
| HSV(B) | 90º | 0.64% | 0.95% | - |
| XYZ | 48.74 | 72.07 | 20.15 | - |
| YUV | 200.89 | 63.16 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 242 | 86 | 0.32 | 0 | 0.64 | 0.05 | 90 | 0.86 | 0.64 |
| Hex | A4 | F2 | 56 | 20 | 0 | 40 | 5 | 5A | 56 | 40 |
| Octal | 244 | 362 | 126 | 40 | 0 | 100 | 5 | 132 | 126 | 100 |
| Binary | 10100100 | 11110010 | 1010110 | 100000 | 0 | 1000000 | 101 | 1011010 | 1010110 | 1000000 |
Color Harmonies of #A4F256
Complementary color
Monochromatic Colors of #A4F256
Black with #A4F256
Text Example
Text Example
White with #A4F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F256; }
p { color: rgb(164,242,86); }
H1.HeaderClassName
{
color: #A4F256;
}
.AnyTagClassName
{
color: #A4F256;
}
</style>
background-color css
<style>
a { background-color: #A4F256; }
a { background-color: rgb(164,242,86); }
div.DivClassName
{
background-color: #A4F256;
}
.BgClassName
{
background-color: #A4F256;
}
</style>
border-color css
<style>
span { border-color: #A4F256; }
span { border-color: rgb(164,242,86); }
td.TdClassName
{
border-color: #A4F256;
}
.TagClassName
{
border-color: #A4F256;
}
</style>