Shades of Conifer #A8F561
Tints of Conifer #A8F561
RGB
CMYK
RGB Variations
Color information
#A8F561 (or 0xA8F561) is known color: Conifer. HEX triplet: A8, F5 and 61. RGB value is (168,245,97). Sum of RGB (Red+Green+Blue) = 168+245+97=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F561 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F561 is #570A9E. Grayscale: #CDCDCD. Windows color (decimal): -5704351 or 6419880. OLE color: 6419880.
HSL color Cylindrical-coordinate representation of color #A8F561: hue angle of 91.22º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F561 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 97 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.04 |
| HSL | 91.22º | 0.88% | 0.67% | - |
| HSV(B) | 91.22º | 0.6% | 0.96% | - |
| XYZ | 50.96 | 74.49 | 23 | - |
| YUV | 205.11 | 66.99 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 97 | 0.31 | 0 | 0.60 | 0.04 | 91.22 | 0.88 | 0.67 |
| Hex | A8 | F5 | 61 | 1F | 0 | 3C | 4 | 5B | 58 | 43 |
| Octal | 250 | 365 | 141 | 37 | 0 | 74 | 4 | 133 | 130 | 103 |
| Binary | 10101000 | 11110101 | 1100001 | 11111 | 0 | 111100 | 100 | 1011011 | 1011000 | 1000011 |
Color Harmonies of #A8F561
Complementary color
Monochromatic Colors of #A8F561
Black with #A8F561
Text Example
Text Example
White with #A8F561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F561; }
p { color: rgb(168,245,97); }
H1.HeaderClassName
{
color: #A8F561;
}
.AnyTagClassName
{
color: #A8F561;
}
</style>
background-color css
<style>
a { background-color: #A8F561; }
a { background-color: rgb(168,245,97); }
div.DivClassName
{
background-color: #A8F561;
}
.BgClassName
{
background-color: #A8F561;
}
</style>
border-color css
<style>
span { border-color: #A8F561; }
span { border-color: rgb(168,245,97); }
td.TdClassName
{
border-color: #A8F561;
}
.TagClassName
{
border-color: #A8F561;
}
</style>