Shades of Conifer #A8F95B
Tints of Conifer #A8F95B
RGB
CMYK
RGB Variations
Color information
#A8F95B (or 0xA8F95B) is known color: Conifer. HEX triplet: A8, F9 and 5B. RGB value is (168,249,91). Sum of RGB (Red+Green+Blue) = 168+249+91=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F95B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F95B is #5706A4. Grayscale: #CFCFCF. Windows color (decimal): -5703333 or 6027688. OLE color: 6027688.
HSL color Cylindrical-coordinate representation of color #A8F95B: hue angle of 90.76º degrees, saturation: 0.93, 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 #A8F95B is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 91 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.02 |
| HSL | 90.76º | 0.93% | 0.67% | - |
| HSV(B) | 90.76º | 0.63% | 0.98% | - |
| XYZ | 51.91 | 76.83 | 21.99 | - |
| YUV | 206.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 91 | 0.33 | 0 | 0.63 | 0.02 | 90.76 | 0.93 | 0.67 |
| Hex | A8 | F9 | 5B | 21 | 0 | 3F | 2 | 5B | 5D | 43 |
| Octal | 250 | 371 | 133 | 41 | 0 | 77 | 2 | 133 | 135 | 103 |
| Binary | 10101000 | 11111001 | 1011011 | 100001 | 0 | 111111 | 10 | 1011011 | 1011101 | 1000011 |
Color Harmonies of #A8F95B
Complementary color
Monochromatic Colors of #A8F95B
Black with #A8F95B
Text Example
Text Example
White with #A8F95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F95B; }
p { color: rgb(168,249,91); }
H1.HeaderClassName
{
color: #A8F95B;
}
.AnyTagClassName
{
color: #A8F95B;
}
</style>
background-color css
<style>
a { background-color: #A8F95B; }
a { background-color: rgb(168,249,91); }
div.DivClassName
{
background-color: #A8F95B;
}
.BgClassName
{
background-color: #A8F95B;
}
</style>
border-color css
<style>
span { border-color: #A8F95B; }
span { border-color: rgb(168,249,91); }
td.TdClassName
{
border-color: #A8F95B;
}
.TagClassName
{
border-color: #A8F95B;
}
</style>