Shades of Conifer #A8E25F
Tints of Conifer #A8E25F
RGB
CMYK
RGB Variations
Color information
#A8E25F (or 0xA8E25F) is known color: Conifer. HEX triplet: A8, E2 and 5F. RGB value is (168,226,95). Sum of RGB (Red+Green+Blue) = 168+226+95=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E25F is #571DA0. Grayscale: #C2C2C2. Windows color (decimal): -5709217 or 6283944. OLE color: 6283944.
HSL color Cylindrical-coordinate representation of color #A8E25F: hue angle of 86.56º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8E25F is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 95 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.11 |
| HSL | 86.56º | 0.69% | 0.63% | - |
| HSV(B) | 86.56º | 0.58% | 0.89% | - |
| XYZ | 45.41 | 63.54 | 20.7 | - |
| YUV | 193.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 95 | 0.26 | 0 | 0.58 | 0.11 | 86.56 | 0.69 | 0.63 |
| Hex | A8 | E2 | 5F | 1A | 0 | 3A | B | 57 | 45 | 3F |
| Octal | 250 | 342 | 137 | 32 | 0 | 72 | 13 | 127 | 105 | 77 |
| Binary | 10101000 | 11100010 | 1011111 | 11010 | 0 | 111010 | 1011 | 1010111 | 1000101 | 111111 |
Color Harmonies of #A8E25F
Complementary color
Monochromatic Colors of #A8E25F
Black with #A8E25F
Text Example
Text Example
White with #A8E25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E25F; }
p { color: rgb(168,226,95); }
H1.HeaderClassName
{
color: #A8E25F;
}
.AnyTagClassName
{
color: #A8E25F;
}
</style>
background-color css
<style>
a { background-color: #A8E25F; }
a { background-color: rgb(168,226,95); }
div.DivClassName
{
background-color: #A8E25F;
}
.BgClassName
{
background-color: #A8E25F;
}
</style>
border-color css
<style>
span { border-color: #A8E25F; }
span { border-color: rgb(168,226,95); }
td.TdClassName
{
border-color: #A8E25F;
}
.TagClassName
{
border-color: #A8E25F;
}
</style>