Shades of Conifer #A4F05F
Tints of Conifer #A4F05F
RGB
CMYK
RGB Variations
Color information
#A4F05F (or 0xA4F05F) is known color: Conifer. HEX triplet: A4, F0 and 5F. RGB value is (164,240,95). Sum of RGB (Red+Green+Blue) = 164+240+95=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F05F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F05F is #5B0FA0. Grayscale: #C9C9C9. Windows color (decimal): -5967777 or 6287524. OLE color: 6287524.
HSL color Cylindrical-coordinate representation of color #A4F05F: hue angle of 91.45º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4F05F is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 240 | 95 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.06 |
| HSL | 91.45º | 0.83% | 0.66% | - |
| HSV(B) | 91.45º | 0.6% | 0.94% | - |
| XYZ | 48.54 | 71.04 | 21.98 | - |
| YUV | 200.75 | 68.32 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 240 | 95 | 0.32 | 0 | 0.60 | 0.06 | 91.45 | 0.83 | 0.66 |
| Hex | A4 | F0 | 5F | 20 | 0 | 3C | 6 | 5B | 53 | 42 |
| Octal | 244 | 360 | 137 | 40 | 0 | 74 | 6 | 133 | 123 | 102 |
| Binary | 10100100 | 11110000 | 1011111 | 100000 | 0 | 111100 | 110 | 1011011 | 1010011 | 1000010 |
Color Harmonies of #A4F05F
Complementary color
Monochromatic Colors of #A4F05F
Black with #A4F05F
Text Example
Text Example
White with #A4F05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F05F; }
p { color: rgb(164,240,95); }
H1.HeaderClassName
{
color: #A4F05F;
}
.AnyTagClassName
{
color: #A4F05F;
}
</style>
background-color css
<style>
a { background-color: #A4F05F; }
a { background-color: rgb(164,240,95); }
div.DivClassName
{
background-color: #A4F05F;
}
.BgClassName
{
background-color: #A4F05F;
}
</style>
border-color css
<style>
span { border-color: #A4F05F; }
span { border-color: rgb(164,240,95); }
td.TdClassName
{
border-color: #A4F05F;
}
.TagClassName
{
border-color: #A4F05F;
}
</style>