Shades of Conifer #A4FE64
Tints of Conifer #A4FE64
RGB
CMYK
RGB Variations
Color information
#A4FE64 (or 0xA4FE64) is known color: Conifer. HEX triplet: A4, FE and 64. RGB value is (164,254,100). Sum of RGB (Red+Green+Blue) = 164+254+100=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FE64 is #5B019B. Grayscale: #D2D2D2. Windows color (decimal): -5964188 or 6618788. OLE color: 6618788.
HSL color Cylindrical-coordinate representation of color #A4FE64: hue angle of 95.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4FE64 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 100 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.00 |
| HSL | 95.06º | 0.99% | 0.69% | - |
| HSV(B) | 95.06º | 0.61% | 1% | - |
| XYZ | 53.05 | 79.7 | 24.64 | - |
| YUV | 209.53 | 66.18 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 100 | 0.35 | 0 | 0.61 | 0.00 | 95.06 | 0.99 | 0.69 |
| Hex | A4 | FE | 64 | 23 | 0 | 3D | 0 | 5F | 63 | 45 |
| Octal | 244 | 376 | 144 | 43 | 0 | 75 | 0 | 137 | 143 | 105 |
| Binary | 10100100 | 11111110 | 1100100 | 100011 | 0 | 111101 | 0 | 1011111 | 1100011 | 1000101 |
Color Harmonies of #A4FE64
Complementary color
Monochromatic Colors of #A4FE64
Black with #A4FE64
Text Example
Text Example
White with #A4FE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FE64; }
p { color: rgb(164,254,100); }
H1.HeaderClassName
{
color: #A4FE64;
}
.AnyTagClassName
{
color: #A4FE64;
}
</style>
background-color css
<style>
a { background-color: #A4FE64; }
a { background-color: rgb(164,254,100); }
div.DivClassName
{
background-color: #A4FE64;
}
.BgClassName
{
background-color: #A4FE64;
}
</style>
border-color css
<style>
span { border-color: #A4FE64; }
span { border-color: rgb(164,254,100); }
td.TdClassName
{
border-color: #A4FE64;
}
.TagClassName
{
border-color: #A4FE64;
}
</style>