Shades of Conifer #A8F65B
Tints of Conifer #A8F65B
RGB
CMYK
RGB Variations
Color information
#A8F65B (or 0xA8F65B) is known color: Conifer. HEX triplet: A8, F6 and 5B. RGB value is (168,246,91). Sum of RGB (Red+Green+Blue) = 168+246+91=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F65B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F65B is #5709A4. Grayscale: #CDCDCD. Windows color (decimal): -5704101 or 6026920. OLE color: 6026920.
HSL color Cylindrical-coordinate representation of color #A8F65B: hue angle of 90.19º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8F65B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 91 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.04 |
| HSL | 90.19º | 0.9% | 0.66% | - |
| HSV(B) | 90.19º | 0.63% | 0.96% | - |
| XYZ | 50.99 | 74.99 | 21.68 | - |
| YUV | 205.01 | 63.66 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 91 | 0.32 | 0 | 0.63 | 0.04 | 90.19 | 0.9 | 0.66 |
| Hex | A8 | F6 | 5B | 20 | 0 | 3F | 4 | 5A | 5A | 42 |
| Octal | 250 | 366 | 133 | 40 | 0 | 77 | 4 | 132 | 132 | 102 |
| Binary | 10101000 | 11110110 | 1011011 | 100000 | 0 | 111111 | 100 | 1011010 | 1011010 | 1000010 |
Color Harmonies of #A8F65B
Complementary color
Monochromatic Colors of #A8F65B
Black with #A8F65B
Text Example
Text Example
White with #A8F65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F65B; }
p { color: rgb(168,246,91); }
H1.HeaderClassName
{
color: #A8F65B;
}
.AnyTagClassName
{
color: #A8F65B;
}
</style>
background-color css
<style>
a { background-color: #A8F65B; }
a { background-color: rgb(168,246,91); }
div.DivClassName
{
background-color: #A8F65B;
}
.BgClassName
{
background-color: #A8F65B;
}
</style>
border-color css
<style>
span { border-color: #A8F65B; }
span { border-color: rgb(168,246,91); }
td.TdClassName
{
border-color: #A8F65B;
}
.TagClassName
{
border-color: #A8F65B;
}
</style>