Shades of Conifer #A8F251
Tints of Conifer #A8F251
RGB
CMYK
RGB Variations
Color information
#A8F251 (or 0xA8F251) is known color: Conifer. HEX triplet: A8, F2 and 51. RGB value is (168,242,81). Sum of RGB (Red+Green+Blue) = 168+242+81=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F251 is #570DAE. Grayscale: #CACACA. Windows color (decimal): -5705135 or 5370536. OLE color: 5370536.
HSL color Cylindrical-coordinate representation of color #A8F251: hue angle of 87.58º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8F251 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 81 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.05 |
| HSL | 87.58º | 0.86% | 0.63% | - |
| HSV(B) | 87.58º | 0.67% | 0.95% | - |
| XYZ | 49.39 | 72.42 | 19.16 | - |
| YUV | 201.52 | 59.98 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 81 | 0.31 | 0 | 0.67 | 0.05 | 87.58 | 0.86 | 0.63 |
| Hex | A8 | F2 | 51 | 1F | 0 | 43 | 5 | 58 | 56 | 3F |
| Octal | 250 | 362 | 121 | 37 | 0 | 103 | 5 | 130 | 126 | 77 |
| Binary | 10101000 | 11110010 | 1010001 | 11111 | 0 | 1000011 | 101 | 1011000 | 1010110 | 111111 |
Color Harmonies of #A8F251
Complementary color
Monochromatic Colors of #A8F251
Black with #A8F251
Text Example
Text Example
White with #A8F251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F251; }
p { color: rgb(168,242,81); }
H1.HeaderClassName
{
color: #A8F251;
}
.AnyTagClassName
{
color: #A8F251;
}
</style>
background-color css
<style>
a { background-color: #A8F251; }
a { background-color: rgb(168,242,81); }
div.DivClassName
{
background-color: #A8F251;
}
.BgClassName
{
background-color: #A8F251;
}
</style>
border-color css
<style>
span { border-color: #A8F251; }
span { border-color: rgb(168,242,81); }
td.TdClassName
{
border-color: #A8F251;
}
.TagClassName
{
border-color: #A8F251;
}
</style>