Shades of Conifer #A8FA5C
Tints of Conifer #A8FA5C
RGB
CMYK
RGB Variations
Color information
#A8FA5C (or 0xA8FA5C) is known color: Conifer. HEX triplet: A8, FA and 5C. RGB value is (168,250,92). Sum of RGB (Red+Green+Blue) = 168+250+92=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA5C is #5705A3. Grayscale: #D0D0D0. Windows color (decimal): -5703076 or 6093480. OLE color: 6093480.
HSL color Cylindrical-coordinate representation of color #A8FA5C: hue angle of 91.14º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8FA5C is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 92 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.02 |
| HSL | 91.14º | 0.94% | 0.67% | - |
| HSV(B) | 91.14º | 0.63% | 0.98% | - |
| XYZ | 52.27 | 77.47 | 22.32 | - |
| YUV | 207.47 | 62.83 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 92 | 0.33 | 0 | 0.63 | 0.02 | 91.14 | 0.94 | 0.67 |
| Hex | A8 | FA | 5C | 21 | 0 | 3F | 2 | 5B | 5E | 43 |
| Octal | 250 | 372 | 134 | 41 | 0 | 77 | 2 | 133 | 136 | 103 |
| Binary | 10101000 | 11111010 | 1011100 | 100001 | 0 | 111111 | 10 | 1011011 | 1011110 | 1000011 |
Color Harmonies of #A8FA5C
Complementary color
Monochromatic Colors of #A8FA5C
Black with #A8FA5C
Text Example
Text Example
White with #A8FA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA5C; }
p { color: rgb(168,250,92); }
H1.HeaderClassName
{
color: #A8FA5C;
}
.AnyTagClassName
{
color: #A8FA5C;
}
</style>
background-color css
<style>
a { background-color: #A8FA5C; }
a { background-color: rgb(168,250,92); }
div.DivClassName
{
background-color: #A8FA5C;
}
.BgClassName
{
background-color: #A8FA5C;
}
</style>
border-color css
<style>
span { border-color: #A8FA5C; }
span { border-color: rgb(168,250,92); }
td.TdClassName
{
border-color: #A8FA5C;
}
.TagClassName
{
border-color: #A8FA5C;
}
</style>