Shades of Conifer #A8F462
Tints of Conifer #A8F462
RGB
CMYK
RGB Variations
Color information
#A8F462 (or 0xA8F462) is known color: Conifer. HEX triplet: A8, F4 and 62. RGB value is (168,244,98). Sum of RGB (Red+Green+Blue) = 168+244+98=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F462 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F462 is #570B9D. Grayscale: #CDCDCD. Windows color (decimal): -5704606 or 6485160. OLE color: 6485160.
HSL color Cylindrical-coordinate representation of color #A8F462: hue angle of 91.23º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F462 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 98 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.04 |
| HSL | 91.23º | 0.87% | 0.67% | - |
| HSV(B) | 91.23º | 0.6% | 0.96% | - |
| XYZ | 50.7 | 73.91 | 23.15 | - |
| YUV | 204.63 | 67.82 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 98 | 0.31 | 0 | 0.60 | 0.04 | 91.23 | 0.87 | 0.67 |
| Hex | A8 | F4 | 62 | 1F | 0 | 3C | 4 | 5B | 57 | 43 |
| Octal | 250 | 364 | 142 | 37 | 0 | 74 | 4 | 133 | 127 | 103 |
| Binary | 10101000 | 11110100 | 1100010 | 11111 | 0 | 111100 | 100 | 1011011 | 1010111 | 1000011 |
Color Harmonies of #A8F462
Complementary color
Monochromatic Colors of #A8F462
Black with #A8F462
Text Example
Text Example
White with #A8F462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F462; }
p { color: rgb(168,244,98); }
H1.HeaderClassName
{
color: #A8F462;
}
.AnyTagClassName
{
color: #A8F462;
}
</style>
background-color css
<style>
a { background-color: #A8F462; }
a { background-color: rgb(168,244,98); }
div.DivClassName
{
background-color: #A8F462;
}
.BgClassName
{
background-color: #A8F462;
}
</style>
border-color css
<style>
span { border-color: #A8F462; }
span { border-color: rgb(168,244,98); }
td.TdClassName
{
border-color: #A8F462;
}
.TagClassName
{
border-color: #A8F462;
}
</style>