Shades of Conifer #A4F066
Tints of Conifer #A4F066
RGB
CMYK
RGB Variations
Color information
#A4F066 (or 0xA4F066) is known color: Conifer. HEX triplet: A4, F0 and 66. RGB value is (164,240,102). Sum of RGB (Red+Green+Blue) = 164+240+102=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F066 is #5B0F99. Grayscale: #CACACA. Windows color (decimal): -5967770 or 6746276. OLE color: 6746276.
HSL color Cylindrical-coordinate representation of color #A4F066: hue angle of 93.04º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4F066 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 240 | 102 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.06 |
| HSL | 93.04º | 0.82% | 0.67% | - |
| HSV(B) | 93.04º | 0.58% | 0.94% | - |
| XYZ | 48.87 | 71.17 | 23.73 | - |
| YUV | 201.54 | 71.82 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 240 | 102 | 0.32 | 0 | 0.58 | 0.06 | 93.04 | 0.82 | 0.67 |
| Hex | A4 | F0 | 66 | 20 | 0 | 3A | 6 | 5D | 52 | 43 |
| Octal | 244 | 360 | 146 | 40 | 0 | 72 | 6 | 135 | 122 | 103 |
| Binary | 10100100 | 11110000 | 1100110 | 100000 | 0 | 111010 | 110 | 1011101 | 1010010 | 1000011 |
Color Harmonies of #A4F066
Complementary color
Monochromatic Colors of #A4F066
Black with #A4F066
Text Example
Text Example
White with #A4F066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F066; }
p { color: rgb(164,240,102); }
H1.HeaderClassName
{
color: #A4F066;
}
.AnyTagClassName
{
color: #A4F066;
}
</style>
background-color css
<style>
a { background-color: #A4F066; }
a { background-color: rgb(164,240,102); }
div.DivClassName
{
background-color: #A4F066;
}
.BgClassName
{
background-color: #A4F066;
}
</style>
border-color css
<style>
span { border-color: #A4F066; }
span { border-color: rgb(164,240,102); }
td.TdClassName
{
border-color: #A4F066;
}
.TagClassName
{
border-color: #A4F066;
}
</style>