Shades of Conifer #A4F650
Tints of Conifer #A4F650
RGB
CMYK
RGB Variations
Color information
#A4F650 (or 0xA4F650) is known color: Conifer. HEX triplet: A4, F6 and 50. RGB value is (164,246,80). Sum of RGB (Red+Green+Blue) = 164+246+80=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F650 is #5B09AF. Grayscale: #CBCBCB. Windows color (decimal): -5966256 or 5306020. OLE color: 5306020.
HSL color Cylindrical-coordinate representation of color #A4F650: hue angle of 89.64º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4F650 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 246 | 80 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.04 |
| HSL | 89.64º | 0.9% | 0.64% | - |
| HSV(B) | 89.64º | 0.67% | 0.96% | - |
| XYZ | 49.71 | 74.38 | 19.33 | - |
| YUV | 202.56 | 58.83 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 246 | 80 | 0.33 | 0 | 0.67 | 0.04 | 89.64 | 0.9 | 0.64 |
| Hex | A4 | F6 | 50 | 21 | 0 | 43 | 4 | 5A | 5A | 40 |
| Octal | 244 | 366 | 120 | 41 | 0 | 103 | 4 | 132 | 132 | 100 |
| Binary | 10100100 | 11110110 | 1010000 | 100001 | 0 | 1000011 | 100 | 1011010 | 1011010 | 1000000 |
Color Harmonies of #A4F650
Complementary color
Monochromatic Colors of #A4F650
Black with #A4F650
Text Example
Text Example
White with #A4F650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F650; }
p { color: rgb(164,246,80); }
H1.HeaderClassName
{
color: #A4F650;
}
.AnyTagClassName
{
color: #A4F650;
}
</style>
background-color css
<style>
a { background-color: #A4F650; }
a { background-color: rgb(164,246,80); }
div.DivClassName
{
background-color: #A4F650;
}
.BgClassName
{
background-color: #A4F650;
}
</style>
border-color css
<style>
span { border-color: #A4F650; }
span { border-color: rgb(164,246,80); }
td.TdClassName
{
border-color: #A4F650;
}
.TagClassName
{
border-color: #A4F650;
}
</style>