Shades of Conifer #A3FE5D
Tints of Conifer #A3FE5D
RGB
CMYK
RGB Variations
Color information
#A3FE5D (or 0xA3FE5D) is known color: Conifer. HEX triplet: A3, FE and 5D. RGB value is (163,254,93). Sum of RGB (Red+Green+Blue) = 163+254+93=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FE5D is #5C01A2. Grayscale: #D0D0D0. Windows color (decimal): -6029731 or 6160035. OLE color: 6160035.
HSL color Cylindrical-coordinate representation of color #A3FE5D: hue angle of 93.91º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3FE5D is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 93 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.00 |
| HSL | 93.91º | 0.99% | 0.68% | - |
| HSV(B) | 93.91º | 0.63% | 1% | - |
| XYZ | 52.52 | 79.46 | 22.93 | - |
| YUV | 208.44 | 62.85 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 93 | 0.36 | 0 | 0.63 | 0.00 | 93.91 | 0.99 | 0.68 |
| Hex | A3 | FE | 5D | 24 | 0 | 3F | 0 | 5E | 63 | 44 |
| Octal | 243 | 376 | 135 | 44 | 0 | 77 | 0 | 136 | 143 | 104 |
| Binary | 10100011 | 11111110 | 1011101 | 100100 | 0 | 111111 | 0 | 1011110 | 1100011 | 1000100 |
Color Harmonies of #A3FE5D
Complementary color
Monochromatic Colors of #A3FE5D
Black with #A3FE5D
Text Example
Text Example
White with #A3FE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FE5D; }
p { color: rgb(163,254,93); }
H1.HeaderClassName
{
color: #A3FE5D;
}
.AnyTagClassName
{
color: #A3FE5D;
}
</style>
background-color css
<style>
a { background-color: #A3FE5D; }
a { background-color: rgb(163,254,93); }
div.DivClassName
{
background-color: #A3FE5D;
}
.BgClassName
{
background-color: #A3FE5D;
}
</style>
border-color css
<style>
span { border-color: #A3FE5D; }
span { border-color: rgb(163,254,93); }
td.TdClassName
{
border-color: #A3FE5D;
}
.TagClassName
{
border-color: #A3FE5D;
}
</style>