Shades of Conifer #A4F053
Tints of Conifer #A4F053
RGB
CMYK
RGB Variations
Color information
#A4F053 (or 0xA4F053) is known color: Conifer. HEX triplet: A4, F0 and 53. RGB value is (164,240,83). Sum of RGB (Red+Green+Blue) = 164+240+83=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F053 is #5B0FAC. Grayscale: #C7C7C7. Windows color (decimal): -5967789 or 5501092. OLE color: 5501092.
HSL color Cylindrical-coordinate representation of color #A4F053: hue angle of 89.04º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4F053 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 240 | 83 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.06 |
| HSL | 89.04º | 0.84% | 0.63% | - |
| HSV(B) | 89.04º | 0.65% | 0.94% | - |
| XYZ | 48.03 | 70.84 | 19.33 | - |
| YUV | 199.38 | 62.32 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 240 | 83 | 0.32 | 0 | 0.65 | 0.06 | 89.04 | 0.84 | 0.63 |
| Hex | A4 | F0 | 53 | 20 | 0 | 41 | 6 | 59 | 54 | 3F |
| Octal | 244 | 360 | 123 | 40 | 0 | 101 | 6 | 131 | 124 | 77 |
| Binary | 10100100 | 11110000 | 1010011 | 100000 | 0 | 1000001 | 110 | 1011001 | 1010100 | 111111 |
Color Harmonies of #A4F053
Complementary color
Monochromatic Colors of #A4F053
Black with #A4F053
Text Example
Text Example
White with #A4F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F053; }
p { color: rgb(164,240,83); }
H1.HeaderClassName
{
color: #A4F053;
}
.AnyTagClassName
{
color: #A4F053;
}
</style>
background-color css
<style>
a { background-color: #A4F053; }
a { background-color: rgb(164,240,83); }
div.DivClassName
{
background-color: #A4F053;
}
.BgClassName
{
background-color: #A4F053;
}
</style>
border-color css
<style>
span { border-color: #A4F053; }
span { border-color: rgb(164,240,83); }
td.TdClassName
{
border-color: #A4F053;
}
.TagClassName
{
border-color: #A4F053;
}
</style>