Shades of Conifer #A3FD5F
Tints of Conifer #A3FD5F
RGB
CMYK
RGB Variations
Color information
#A3FD5F (or 0xA3FD5F) is known color: Conifer. HEX triplet: A3, FD and 5F. RGB value is (163,253,95). Sum of RGB (Red+Green+Blue) = 163+253+95=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FD5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FD5F is #5C02A0. Grayscale: #D0D0D0. Windows color (decimal): -6029985 or 6290851. OLE color: 6290851.
HSL color Cylindrical-coordinate representation of color #A3FD5F: hue angle of 94.18º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3FD5F is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 253 | 95 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.01 |
| HSL | 94.18º | 0.98% | 0.68% | - |
| HSV(B) | 94.18º | 0.62% | 0.99% | - |
| XYZ | 52.3 | 78.86 | 23.29 | - |
| YUV | 208.08 | 64.18 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 253 | 95 | 0.36 | 0 | 0.62 | 0.01 | 94.18 | 0.98 | 0.68 |
| Hex | A3 | FD | 5F | 24 | 0 | 3E | 1 | 5E | 62 | 44 |
| Octal | 243 | 375 | 137 | 44 | 0 | 76 | 1 | 136 | 142 | 104 |
| Binary | 10100011 | 11111101 | 1011111 | 100100 | 0 | 111110 | 1 | 1011110 | 1100010 | 1000100 |
Color Harmonies of #A3FD5F
Complementary color
Monochromatic Colors of #A3FD5F
Black with #A3FD5F
Text Example
Text Example
White with #A3FD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FD5F; }
p { color: rgb(163,253,95); }
H1.HeaderClassName
{
color: #A3FD5F;
}
.AnyTagClassName
{
color: #A3FD5F;
}
</style>
background-color css
<style>
a { background-color: #A3FD5F; }
a { background-color: rgb(163,253,95); }
div.DivClassName
{
background-color: #A3FD5F;
}
.BgClassName
{
background-color: #A3FD5F;
}
</style>
border-color css
<style>
span { border-color: #A3FD5F; }
span { border-color: rgb(163,253,95); }
td.TdClassName
{
border-color: #A3FD5F;
}
.TagClassName
{
border-color: #A3FD5F;
}
</style>