Shades of Conifer #A8F263
Tints of Conifer #A8F263
RGB
CMYK
RGB Variations
Color information
#A8F263 (or 0xA8F263) is known color: Conifer. HEX triplet: A8, F2 and 63. RGB value is (168,242,99). Sum of RGB (Red+Green+Blue) = 168+242+99=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F263 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F263 is #570D9C. Grayscale: #CCCCCC. Windows color (decimal): -5705117 or 6550184. OLE color: 6550184.
HSL color Cylindrical-coordinate representation of color #A8F263: hue angle of 91.05º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8F263 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 99 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.05 |
| HSL | 91.05º | 0.85% | 0.67% | - |
| HSV(B) | 91.05º | 0.59% | 0.95% | - |
| XYZ | 50.15 | 72.73 | 23.2 | - |
| YUV | 203.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 99 | 0.31 | 0 | 0.59 | 0.05 | 91.05 | 0.85 | 0.67 |
| Hex | A8 | F2 | 63 | 1F | 0 | 3B | 5 | 5B | 55 | 43 |
| Octal | 250 | 362 | 143 | 37 | 0 | 73 | 5 | 133 | 125 | 103 |
| Binary | 10101000 | 11110010 | 1100011 | 11111 | 0 | 111011 | 101 | 1011011 | 1010101 | 1000011 |
Color Harmonies of #A8F263
Complementary color
Monochromatic Colors of #A8F263
Black with #A8F263
Text Example
Text Example
White with #A8F263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F263; }
p { color: rgb(168,242,99); }
H1.HeaderClassName
{
color: #A8F263;
}
.AnyTagClassName
{
color: #A8F263;
}
</style>
background-color css
<style>
a { background-color: #A8F263; }
a { background-color: rgb(168,242,99); }
div.DivClassName
{
background-color: #A8F263;
}
.BgClassName
{
background-color: #A8F263;
}
</style>
border-color css
<style>
span { border-color: #A8F263; }
span { border-color: rgb(168,242,99); }
td.TdClassName
{
border-color: #A8F263;
}
.TagClassName
{
border-color: #A8F263;
}
</style>