Shades of Conifer #A3FA5E
Tints of Conifer #A3FA5E
RGB
CMYK
RGB Variations
Color information
#A3FA5E (or 0xA3FA5E) is known color: Conifer. HEX triplet: A3, FA and 5E. RGB value is (163,250,94). Sum of RGB (Red+Green+Blue) = 163+250+94=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FA5E is #5C05A1. Grayscale: #CECECE. Windows color (decimal): -6030754 or 6224547. OLE color: 6224547.
HSL color Cylindrical-coordinate representation of color #A3FA5E: hue angle of 93.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3FA5E is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 94 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.02 |
| HSL | 93.46º | 0.94% | 0.67% | - |
| HSV(B) | 93.46º | 0.62% | 0.98% | - |
| XYZ | 51.31 | 76.97 | 22.74 | - |
| YUV | 206.2 | 64.68 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 94 | 0.35 | 0 | 0.62 | 0.02 | 93.46 | 0.94 | 0.67 |
| Hex | A3 | FA | 5E | 23 | 0 | 3E | 2 | 5D | 5E | 43 |
| Octal | 243 | 372 | 136 | 43 | 0 | 76 | 2 | 135 | 136 | 103 |
| Binary | 10100011 | 11111010 | 1011110 | 100011 | 0 | 111110 | 10 | 1011101 | 1011110 | 1000011 |
Color Harmonies of #A3FA5E
Complementary color
Monochromatic Colors of #A3FA5E
Black with #A3FA5E
Text Example
Text Example
White with #A3FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FA5E; }
p { color: rgb(163,250,94); }
H1.HeaderClassName
{
color: #A3FA5E;
}
.AnyTagClassName
{
color: #A3FA5E;
}
</style>
background-color css
<style>
a { background-color: #A3FA5E; }
a { background-color: rgb(163,250,94); }
div.DivClassName
{
background-color: #A3FA5E;
}
.BgClassName
{
background-color: #A3FA5E;
}
</style>
border-color css
<style>
span { border-color: #A3FA5E; }
span { border-color: rgb(163,250,94); }
td.TdClassName
{
border-color: #A3FA5E;
}
.TagClassName
{
border-color: #A3FA5E;
}
</style>