Shades of Conifer #A8EF5F
Tints of Conifer #A8EF5F
RGB
CMYK
RGB Variations
Color information
#A8EF5F (or 0xA8EF5F) is known color: Conifer. HEX triplet: A8, EF and 5F. RGB value is (168,239,95). Sum of RGB (Red+Green+Blue) = 168+239+95=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF5F is #5710A0. Grayscale: #C9C9C9. Windows color (decimal): -5705889 or 6287272. OLE color: 6287272.
HSL color Cylindrical-coordinate representation of color #A8EF5F: hue angle of 89.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8EF5F is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 95 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.06 |
| HSL | 89.58º | 0.82% | 0.65% | - |
| HSV(B) | 89.58º | 0.6% | 0.94% | - |
| XYZ | 49.08 | 70.88 | 21.92 | - |
| YUV | 201.36 | 67.98 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 95 | 0.30 | 0 | 0.60 | 0.06 | 89.58 | 0.82 | 0.65 |
| Hex | A8 | EF | 5F | 1E | 0 | 3C | 6 | 5A | 52 | 41 |
| Octal | 250 | 357 | 137 | 36 | 0 | 74 | 6 | 132 | 122 | 101 |
| Binary | 10101000 | 11101111 | 1011111 | 11110 | 0 | 111100 | 110 | 1011010 | 1010010 | 1000001 |
Color Harmonies of #A8EF5F
Complementary color
Monochromatic Colors of #A8EF5F
Black with #A8EF5F
Text Example
Text Example
White with #A8EF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF5F; }
p { color: rgb(168,239,95); }
H1.HeaderClassName
{
color: #A8EF5F;
}
.AnyTagClassName
{
color: #A8EF5F;
}
</style>
background-color css
<style>
a { background-color: #A8EF5F; }
a { background-color: rgb(168,239,95); }
div.DivClassName
{
background-color: #A8EF5F;
}
.BgClassName
{
background-color: #A8EF5F;
}
</style>
border-color css
<style>
span { border-color: #A8EF5F; }
span { border-color: rgb(168,239,95); }
td.TdClassName
{
border-color: #A8EF5F;
}
.TagClassName
{
border-color: #A8EF5F;
}
</style>