Shades of Conifer #A8F254
Tints of Conifer #A8F254
RGB
CMYK
RGB Variations
Color information
#A8F254 (or 0xA8F254) is known color: Conifer. HEX triplet: A8, F2 and 54. RGB value is (168,242,84). Sum of RGB (Red+Green+Blue) = 168+242+84=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F254 is #570DAB. Grayscale: #CACACA. Windows color (decimal): -5705132 or 5567144. OLE color: 5567144.
HSL color Cylindrical-coordinate representation of color #A8F254: hue angle of 88.1º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8F254 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 84 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.05 |
| HSL | 88.1º | 0.86% | 0.64% | - |
| HSV(B) | 88.1º | 0.65% | 0.95% | - |
| XYZ | 49.5 | 72.47 | 19.77 | - |
| YUV | 201.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 84 | 0.31 | 0 | 0.65 | 0.05 | 88.1 | 0.86 | 0.64 |
| Hex | A8 | F2 | 54 | 1F | 0 | 41 | 5 | 58 | 56 | 40 |
| Octal | 250 | 362 | 124 | 37 | 0 | 101 | 5 | 130 | 126 | 100 |
| Binary | 10101000 | 11110010 | 1010100 | 11111 | 0 | 1000001 | 101 | 1011000 | 1010110 | 1000000 |
Color Harmonies of #A8F254
Complementary color
Monochromatic Colors of #A8F254
Black with #A8F254
Text Example
Text Example
White with #A8F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F254; }
p { color: rgb(168,242,84); }
H1.HeaderClassName
{
color: #A8F254;
}
.AnyTagClassName
{
color: #A8F254;
}
</style>
background-color css
<style>
a { background-color: #A8F254; }
a { background-color: rgb(168,242,84); }
div.DivClassName
{
background-color: #A8F254;
}
.BgClassName
{
background-color: #A8F254;
}
</style>
border-color css
<style>
span { border-color: #A8F254; }
span { border-color: rgb(168,242,84); }
td.TdClassName
{
border-color: #A8F254;
}
.TagClassName
{
border-color: #A8F254;
}
</style>