Shades of Conifer #A8F65D
Tints of Conifer #A8F65D
RGB
CMYK
RGB Variations
Color information
#A8F65D (or 0xA8F65D) is known color: Conifer. HEX triplet: A8, F6 and 5D. RGB value is (168,246,93). Sum of RGB (Red+Green+Blue) = 168+246+93=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F65D is #5709A2. Grayscale: #CDCDCD. Windows color (decimal): -5704099 or 6157992. OLE color: 6157992.
HSL color Cylindrical-coordinate representation of color #A8F65D: hue angle of 90.59º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8F65D is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 93 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.04 |
| HSL | 90.59º | 0.89% | 0.66% | - |
| HSV(B) | 90.59º | 0.62% | 0.96% | - |
| XYZ | 51.08 | 75.03 | 22.15 | - |
| YUV | 205.24 | 64.66 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 93 | 0.32 | 0 | 0.62 | 0.04 | 90.59 | 0.89 | 0.66 |
| Hex | A8 | F6 | 5D | 20 | 0 | 3E | 4 | 5B | 59 | 42 |
| Octal | 250 | 366 | 135 | 40 | 0 | 76 | 4 | 133 | 131 | 102 |
| Binary | 10101000 | 11110110 | 1011101 | 100000 | 0 | 111110 | 100 | 1011011 | 1011001 | 1000010 |
Color Harmonies of #A8F65D
Complementary color
Monochromatic Colors of #A8F65D
Black with #A8F65D
Text Example
Text Example
White with #A8F65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F65D; }
p { color: rgb(168,246,93); }
H1.HeaderClassName
{
color: #A8F65D;
}
.AnyTagClassName
{
color: #A8F65D;
}
</style>
background-color css
<style>
a { background-color: #A8F65D; }
a { background-color: rgb(168,246,93); }
div.DivClassName
{
background-color: #A8F65D;
}
.BgClassName
{
background-color: #A8F65D;
}
</style>
border-color css
<style>
span { border-color: #A8F65D; }
span { border-color: rgb(168,246,93); }
td.TdClassName
{
border-color: #A8F65D;
}
.TagClassName
{
border-color: #A8F65D;
}
</style>