Shades of Conifer #A8F565
Tints of Conifer #A8F565
RGB
CMYK
RGB Variations
Color information
#A8F565 (or 0xA8F565) is known color: Conifer. HEX triplet: A8, F5 and 65. RGB value is (168,245,101). Sum of RGB (Red+Green+Blue) = 168+245+101=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F565 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F565 is #570A9A. Grayscale: #CECECE. Windows color (decimal): -5704347 or 6682024. OLE color: 6682024.
HSL color Cylindrical-coordinate representation of color #A8F565: hue angle of 92.08º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8F565 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 101 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.04 |
| HSL | 92.08º | 0.88% | 0.68% | - |
| HSV(B) | 92.08º | 0.59% | 0.96% | - |
| XYZ | 51.15 | 74.57 | 24.01 | - |
| YUV | 205.56 | 68.99 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 101 | 0.31 | 0 | 0.59 | 0.04 | 92.08 | 0.88 | 0.68 |
| Hex | A8 | F5 | 65 | 1F | 0 | 3B | 4 | 5C | 58 | 44 |
| Octal | 250 | 365 | 145 | 37 | 0 | 73 | 4 | 134 | 130 | 104 |
| Binary | 10101000 | 11110101 | 1100101 | 11111 | 0 | 111011 | 100 | 1011100 | 1011000 | 1000100 |
Color Harmonies of #A8F565
Complementary color
Monochromatic Colors of #A8F565
Black with #A8F565
Text Example
Text Example
White with #A8F565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F565; }
p { color: rgb(168,245,101); }
H1.HeaderClassName
{
color: #A8F565;
}
.AnyTagClassName
{
color: #A8F565;
}
</style>
background-color css
<style>
a { background-color: #A8F565; }
a { background-color: rgb(168,245,101); }
div.DivClassName
{
background-color: #A8F565;
}
.BgClassName
{
background-color: #A8F565;
}
</style>
border-color css
<style>
span { border-color: #A8F565; }
span { border-color: rgb(168,245,101); }
td.TdClassName
{
border-color: #A8F565;
}
.TagClassName
{
border-color: #A8F565;
}
</style>