Shades of Conifer #A8FC5D
Tints of Conifer #A8FC5D
RGB
CMYK
RGB Variations
Color information
#A8FC5D (or 0xA8FC5D) is known color: Conifer. HEX triplet: A8, FC and 5D. RGB value is (168,252,93). Sum of RGB (Red+Green+Blue) = 168+252+93=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC5D is #5703A2. Grayscale: #D1D1D1. Windows color (decimal): -5702563 or 6159528. OLE color: 6159528.
HSL color Cylindrical-coordinate representation of color #A8FC5D: hue angle of 91.7º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8FC5D is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 93 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.01 |
| HSL | 91.7º | 0.96% | 0.68% | - |
| HSV(B) | 91.7º | 0.63% | 0.99% | - |
| XYZ | 52.93 | 78.74 | 22.76 | - |
| YUV | 208.76 | 62.67 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 93 | 0.33 | 0 | 0.63 | 0.01 | 91.7 | 0.96 | 0.68 |
| Hex | A8 | FC | 5D | 21 | 0 | 3F | 1 | 5C | 60 | 44 |
| Octal | 250 | 374 | 135 | 41 | 0 | 77 | 1 | 134 | 140 | 104 |
| Binary | 10101000 | 11111100 | 1011101 | 100001 | 0 | 111111 | 1 | 1011100 | 1100000 | 1000100 |
Color Harmonies of #A8FC5D
Complementary color
Monochromatic Colors of #A8FC5D
Black with #A8FC5D
Text Example
Text Example
White with #A8FC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC5D; }
p { color: rgb(168,252,93); }
H1.HeaderClassName
{
color: #A8FC5D;
}
.AnyTagClassName
{
color: #A8FC5D;
}
</style>
background-color css
<style>
a { background-color: #A8FC5D; }
a { background-color: rgb(168,252,93); }
div.DivClassName
{
background-color: #A8FC5D;
}
.BgClassName
{
background-color: #A8FC5D;
}
</style>
border-color css
<style>
span { border-color: #A8FC5D; }
span { border-color: rgb(168,252,93); }
td.TdClassName
{
border-color: #A8FC5D;
}
.TagClassName
{
border-color: #A8FC5D;
}
</style>