Shades of Conifer #A8F366
Tints of Conifer #A8F366
RGB
CMYK
RGB Variations
Color information
#A8F366 (or 0xA8F366) is known color: Conifer. HEX triplet: A8, F3 and 66. RGB value is (168,243,102). Sum of RGB (Red+Green+Blue) = 168+243+102=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F366 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F366 is #570C99. Grayscale: #CCCCCC. Windows color (decimal): -5704858 or 6747048. OLE color: 6747048.
HSL color Cylindrical-coordinate representation of color #A8F366: hue angle of 91.91º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8F366 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 102 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.05 |
| HSL | 91.91º | 0.85% | 0.68% | - |
| HSV(B) | 91.91º | 0.58% | 0.95% | - |
| XYZ | 50.6 | 73.39 | 24.07 | - |
| YUV | 204.5 | 70.15 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 102 | 0.31 | 0 | 0.58 | 0.05 | 91.91 | 0.85 | 0.68 |
| Hex | A8 | F3 | 66 | 1F | 0 | 3A | 5 | 5C | 55 | 44 |
| Octal | 250 | 363 | 146 | 37 | 0 | 72 | 5 | 134 | 125 | 104 |
| Binary | 10101000 | 11110011 | 1100110 | 11111 | 0 | 111010 | 101 | 1011100 | 1010101 | 1000100 |
Color Harmonies of #A8F366
Complementary color
Monochromatic Colors of #A8F366
Black with #A8F366
Text Example
Text Example
White with #A8F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F366; }
p { color: rgb(168,243,102); }
H1.HeaderClassName
{
color: #A8F366;
}
.AnyTagClassName
{
color: #A8F366;
}
</style>
background-color css
<style>
a { background-color: #A8F366; }
a { background-color: rgb(168,243,102); }
div.DivClassName
{
background-color: #A8F366;
}
.BgClassName
{
background-color: #A8F366;
}
</style>
border-color css
<style>
span { border-color: #A8F366; }
span { border-color: rgb(168,243,102); }
td.TdClassName
{
border-color: #A8F366;
}
.TagClassName
{
border-color: #A8F366;
}
</style>