Shades of Conifer #A8F361
Tints of Conifer #A8F361
RGB
CMYK
RGB Variations
Color information
#A8F361 (or 0xA8F361) is known color: Conifer. HEX triplet: A8, F3 and 61. RGB value is (168,243,97). Sum of RGB (Red+Green+Blue) = 168+243+97=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F361 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F361 is #570C9E. Grayscale: #CCCCCC. Windows color (decimal): -5704863 or 6419368. OLE color: 6419368.
HSL color Cylindrical-coordinate representation of color #A8F361: hue angle of 90.82º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F361 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 97 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.05 |
| HSL | 90.82º | 0.86% | 0.67% | - |
| HSV(B) | 90.82º | 0.6% | 0.95% | - |
| XYZ | 50.36 | 73.29 | 22.8 | - |
| YUV | 203.93 | 67.65 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 97 | 0.31 | 0 | 0.60 | 0.05 | 90.82 | 0.86 | 0.67 |
| Hex | A8 | F3 | 61 | 1F | 0 | 3C | 5 | 5B | 56 | 43 |
| Octal | 250 | 363 | 141 | 37 | 0 | 74 | 5 | 133 | 126 | 103 |
| Binary | 10101000 | 11110011 | 1100001 | 11111 | 0 | 111100 | 101 | 1011011 | 1010110 | 1000011 |
Color Harmonies of #A8F361
Complementary color
Monochromatic Colors of #A8F361
Black with #A8F361
Text Example
Text Example
White with #A8F361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F361; }
p { color: rgb(168,243,97); }
H1.HeaderClassName
{
color: #A8F361;
}
.AnyTagClassName
{
color: #A8F361;
}
</style>
background-color css
<style>
a { background-color: #A8F361; }
a { background-color: rgb(168,243,97); }
div.DivClassName
{
background-color: #A8F361;
}
.BgClassName
{
background-color: #A8F361;
}
</style>
border-color css
<style>
span { border-color: #A8F361; }
span { border-color: rgb(168,243,97); }
td.TdClassName
{
border-color: #A8F361;
}
.TagClassName
{
border-color: #A8F361;
}
</style>