Shades of Conifer #A8EF60
Tints of Conifer #A8EF60
RGB
CMYK
RGB Variations
Color information
#A8EF60 (or 0xA8EF60) is known color: Conifer. HEX triplet: A8, EF and 60. RGB value is (168,239,96). Sum of RGB (Red+Green+Blue) = 168+239+96=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF60 is #57109F. Grayscale: #C9C9C9. Windows color (decimal): -5705888 or 6352808. OLE color: 6352808.
HSL color Cylindrical-coordinate representation of color #A8EF60: hue angle of 89.79º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8EF60 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 96 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.06 |
| HSL | 89.79º | 0.82% | 0.66% | - |
| HSV(B) | 89.79º | 0.6% | 0.94% | - |
| XYZ | 49.13 | 70.9 | 22.16 | - |
| YUV | 201.47 | 68.48 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 96 | 0.30 | 0 | 0.60 | 0.06 | 89.79 | 0.82 | 0.66 |
| Hex | A8 | EF | 60 | 1E | 0 | 3C | 6 | 5A | 52 | 42 |
| Octal | 250 | 357 | 140 | 36 | 0 | 74 | 6 | 132 | 122 | 102 |
| Binary | 10101000 | 11101111 | 1100000 | 11110 | 0 | 111100 | 110 | 1011010 | 1010010 | 1000010 |
Color Harmonies of #A8EF60
Complementary color
Monochromatic Colors of #A8EF60
Black with #A8EF60
Text Example
Text Example
White with #A8EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF60; }
p { color: rgb(168,239,96); }
H1.HeaderClassName
{
color: #A8EF60;
}
.AnyTagClassName
{
color: #A8EF60;
}
</style>
background-color css
<style>
a { background-color: #A8EF60; }
a { background-color: rgb(168,239,96); }
div.DivClassName
{
background-color: #A8EF60;
}
.BgClassName
{
background-color: #A8EF60;
}
</style>
border-color css
<style>
span { border-color: #A8EF60; }
span { border-color: rgb(168,239,96); }
td.TdClassName
{
border-color: #A8EF60;
}
.TagClassName
{
border-color: #A8EF60;
}
</style>