Shades of Conifer #A8FC5A
Tints of Conifer #A8FC5A
RGB
CMYK
RGB Variations
Color information
#A8FC5A (or 0xA8FC5A) is known color: Conifer. HEX triplet: A8, FC and 5A. RGB value is (168,252,90). Sum of RGB (Red+Green+Blue) = 168+252+90=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC5A is #5703A5. Grayscale: #D0D0D0. Windows color (decimal): -5702566 or 5962920. OLE color: 5962920.
HSL color Cylindrical-coordinate representation of color #A8FC5A: hue angle of 91.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8FC5A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 90 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.01 |
| HSL | 91.11º | 0.96% | 0.67% | - |
| HSV(B) | 91.11º | 0.64% | 0.99% | - |
| XYZ | 52.8 | 78.68 | 22.08 | - |
| YUV | 208.42 | 61.17 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 90 | 0.33 | 0 | 0.64 | 0.01 | 91.11 | 0.96 | 0.67 |
| Hex | A8 | FC | 5A | 21 | 0 | 40 | 1 | 5B | 60 | 43 |
| Octal | 250 | 374 | 132 | 41 | 0 | 100 | 1 | 133 | 140 | 103 |
| Binary | 10101000 | 11111100 | 1011010 | 100001 | 0 | 1000000 | 1 | 1011011 | 1100000 | 1000011 |
Color Harmonies of #A8FC5A
Complementary color
Monochromatic Colors of #A8FC5A
Black with #A8FC5A
Text Example
Text Example
White with #A8FC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC5A; }
p { color: rgb(168,252,90); }
H1.HeaderClassName
{
color: #A8FC5A;
}
.AnyTagClassName
{
color: #A8FC5A;
}
</style>
background-color css
<style>
a { background-color: #A8FC5A; }
a { background-color: rgb(168,252,90); }
div.DivClassName
{
background-color: #A8FC5A;
}
.BgClassName
{
background-color: #A8FC5A;
}
</style>
border-color css
<style>
span { border-color: #A8FC5A; }
span { border-color: rgb(168,252,90); }
td.TdClassName
{
border-color: #A8FC5A;
}
.TagClassName
{
border-color: #A8FC5A;
}
</style>