Shades of Conifer #A8FF61
Tints of Conifer #A8FF61
RGB
CMYK
RGB Variations
Color information
#A8FF61 (or 0xA8FF61) is known color: Conifer. HEX triplet: A8, FF and 61. RGB value is (168,255,97). Sum of RGB (Red+Green+Blue) = 168+255+97=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF61 is #57009E. Grayscale: #D3D3D3. Windows color (decimal): -5701791 or 6422440. OLE color: 6422440.
HSL color Cylindrical-coordinate representation of color #A8FF61: hue angle of 93.04º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8FF61 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 97 | - |
| CMYK | 0.34 | 0 | 0.62 | 0 |
| HSL | 93.04º | 1% | 0.69% | - |
| HSV(B) | 93.04º | 0.62% | 1% | - |
| XYZ | 54.07 | 80.71 | 24.04 | - |
| YUV | 210.98 | 63.68 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 97 | 0.34 | 0 | 0.62 | 0 | 93.04 | 1 | 0.69 |
| Hex | A8 | FF | 61 | 22 | 0 | 3E | 0 | 5D | 64 | 45 |
| Octal | 250 | 377 | 141 | 42 | 0 | 76 | 0 | 135 | 144 | 105 |
| Binary | 10101000 | 11111111 | 1100001 | 100010 | 0 | 111110 | 0 | 1011101 | 1100100 | 1000101 |
Color Harmonies of #A8FF61
Complementary color
Monochromatic Colors of #A8FF61
Black with #A8FF61
Text Example
Text Example
White with #A8FF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF61; }
p { color: rgb(168,255,97); }
H1.HeaderClassName
{
color: #A8FF61;
}
.AnyTagClassName
{
color: #A8FF61;
}
</style>
background-color css
<style>
a { background-color: #A8FF61; }
a { background-color: rgb(168,255,97); }
div.DivClassName
{
background-color: #A8FF61;
}
.BgClassName
{
background-color: #A8FF61;
}
</style>
border-color css
<style>
span { border-color: #A8FF61; }
span { border-color: rgb(168,255,97); }
td.TdClassName
{
border-color: #A8FF61;
}
.TagClassName
{
border-color: #A8FF61;
}
</style>