Shades of Conifer #A8F061
Tints of Conifer #A8F061
RGB
CMYK
RGB Variations
Color information
#A8F061 (or 0xA8F061) is known color: Conifer. HEX triplet: A8, F0 and 61. RGB value is (168,240,97). Sum of RGB (Red+Green+Blue) = 168+240+97=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F061 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F061 is #570F9E. Grayscale: #CACACA. Windows color (decimal): -5705631 or 6418600. OLE color: 6418600.
HSL color Cylindrical-coordinate representation of color #A8F061: hue angle of 90.21º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F061 is Cyan = 0.3, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 97 | - |
| CMYK | 0.3 | 0 | 0.60 | 0.06 |
| HSL | 90.21º | 0.83% | 0.66% | - |
| HSV(B) | 90.21º | 0.6% | 0.94% | - |
| XYZ | 49.47 | 71.51 | 22.5 | - |
| YUV | 202.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 97 | 0.3 | 0 | 0.60 | 0.06 | 90.21 | 0.83 | 0.66 |
| Hex | A8 | F0 | 61 | 1E | 0 | 3C | 6 | 5A | 53 | 42 |
| Octal | 250 | 360 | 141 | 36 | 0 | 74 | 6 | 132 | 123 | 102 |
| Binary | 10101000 | 11110000 | 1100001 | 11110 | 0 | 111100 | 110 | 1011010 | 1010011 | 1000010 |
Color Harmonies of #A8F061
Complementary color
Monochromatic Colors of #A8F061
Black with #A8F061
Text Example
Text Example
White with #A8F061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F061; }
p { color: rgb(168,240,97); }
H1.HeaderClassName
{
color: #A8F061;
}
.AnyTagClassName
{
color: #A8F061;
}
</style>
background-color css
<style>
a { background-color: #A8F061; }
a { background-color: rgb(168,240,97); }
div.DivClassName
{
background-color: #A8F061;
}
.BgClassName
{
background-color: #A8F061;
}
</style>
border-color css
<style>
span { border-color: #A8F061; }
span { border-color: rgb(168,240,97); }
td.TdClassName
{
border-color: #A8F061;
}
.TagClassName
{
border-color: #A8F061;
}
</style>