Shades of Conifer #A4F265
Tints of Conifer #A4F265
RGB
CMYK
RGB Variations
Color information
#A4F265 (or 0xA4F265) is known color: Conifer. HEX triplet: A4, F2 and 65. RGB value is (164,242,101). Sum of RGB (Red+Green+Blue) = 164+242+101=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F265 is #5B0D9A. Grayscale: #CBCBCB. Windows color (decimal): -5967259 or 6681252. OLE color: 6681252.
HSL color Cylindrical-coordinate representation of color #A4F265: hue angle of 93.19º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4F265 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 242 | 101 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.05 |
| HSL | 93.19º | 0.84% | 0.67% | - |
| HSV(B) | 93.19º | 0.58% | 0.95% | - |
| XYZ | 49.41 | 72.34 | 23.67 | - |
| YUV | 202.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 242 | 101 | 0.32 | 0 | 0.58 | 0.05 | 93.19 | 0.84 | 0.67 |
| Hex | A4 | F2 | 65 | 20 | 0 | 3A | 5 | 5D | 54 | 43 |
| Octal | 244 | 362 | 145 | 40 | 0 | 72 | 5 | 135 | 124 | 103 |
| Binary | 10100100 | 11110010 | 1100101 | 100000 | 0 | 111010 | 101 | 1011101 | 1010100 | 1000011 |
Color Harmonies of #A4F265
Complementary color
Monochromatic Colors of #A4F265
Black with #A4F265
Text Example
Text Example
White with #A4F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F265; }
p { color: rgb(164,242,101); }
H1.HeaderClassName
{
color: #A4F265;
}
.AnyTagClassName
{
color: #A4F265;
}
</style>
background-color css
<style>
a { background-color: #A4F265; }
a { background-color: rgb(164,242,101); }
div.DivClassName
{
background-color: #A4F265;
}
.BgClassName
{
background-color: #A4F265;
}
</style>
border-color css
<style>
span { border-color: #A4F265; }
span { border-color: rgb(164,242,101); }
td.TdClassName
{
border-color: #A4F265;
}
.TagClassName
{
border-color: #A4F265;
}
</style>