Shades of Conifer #A8F360
Tints of Conifer #A8F360
RGB
CMYK
RGB Variations
Color information
#A8F360 (or 0xA8F360) is known color: Conifer. HEX triplet: A8, F3 and 60. RGB value is (168,243,96). Sum of RGB (Red+Green+Blue) = 168+243+96=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F360 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F360 is #570C9F. Grayscale: #CCCCCC. Windows color (decimal): -5704864 or 6353832. OLE color: 6353832.
HSL color Cylindrical-coordinate representation of color #A8F360: hue angle of 90.61º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F360 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 96 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.05 |
| HSL | 90.61º | 0.86% | 0.66% | - |
| HSV(B) | 90.61º | 0.6% | 0.95% | - |
| XYZ | 50.31 | 73.27 | 22.56 | - |
| YUV | 203.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 96 | 0.31 | 0 | 0.60 | 0.05 | 90.61 | 0.86 | 0.66 |
| Hex | A8 | F3 | 60 | 1F | 0 | 3C | 5 | 5B | 56 | 42 |
| Octal | 250 | 363 | 140 | 37 | 0 | 74 | 5 | 133 | 126 | 102 |
| Binary | 10101000 | 11110011 | 1100000 | 11111 | 0 | 111100 | 101 | 1011011 | 1010110 | 1000010 |
Color Harmonies of #A8F360
Complementary color
Monochromatic Colors of #A8F360
Black with #A8F360
Text Example
Text Example
White with #A8F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F360; }
p { color: rgb(168,243,96); }
H1.HeaderClassName
{
color: #A8F360;
}
.AnyTagClassName
{
color: #A8F360;
}
</style>
background-color css
<style>
a { background-color: #A8F360; }
a { background-color: rgb(168,243,96); }
div.DivClassName
{
background-color: #A8F360;
}
.BgClassName
{
background-color: #A8F360;
}
</style>
border-color css
<style>
span { border-color: #A8F360; }
span { border-color: rgb(168,243,96); }
td.TdClassName
{
border-color: #A8F360;
}
.TagClassName
{
border-color: #A8F360;
}
</style>