Shades of Conifer #A8F25C
Tints of Conifer #A8F25C
RGB
CMYK
RGB Variations
Color information
#A8F25C (or 0xA8F25C) is known color: Conifer. HEX triplet: A8, F2 and 5C. RGB value is (168,242,92). Sum of RGB (Red+Green+Blue) = 168+242+92=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F25C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F25C is #570DA3. Grayscale: #CBCBCB. Windows color (decimal): -5705124 or 6091432. OLE color: 6091432.
HSL color Cylindrical-coordinate representation of color #A8F25C: hue angle of 89.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8F25C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 92 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.05 |
| HSL | 89.6º | 0.85% | 0.65% | - |
| HSV(B) | 89.6º | 0.62% | 0.95% | - |
| XYZ | 49.83 | 72.6 | 21.51 | - |
| YUV | 202.77 | 65.48 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 92 | 0.31 | 0 | 0.62 | 0.05 | 89.6 | 0.85 | 0.65 |
| Hex | A8 | F2 | 5C | 1F | 0 | 3E | 5 | 5A | 55 | 41 |
| Octal | 250 | 362 | 134 | 37 | 0 | 76 | 5 | 132 | 125 | 101 |
| Binary | 10101000 | 11110010 | 1011100 | 11111 | 0 | 111110 | 101 | 1011010 | 1010101 | 1000001 |
Color Harmonies of #A8F25C
Complementary color
Monochromatic Colors of #A8F25C
Black with #A8F25C
Text Example
Text Example
White with #A8F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F25C; }
p { color: rgb(168,242,92); }
H1.HeaderClassName
{
color: #A8F25C;
}
.AnyTagClassName
{
color: #A8F25C;
}
</style>
background-color css
<style>
a { background-color: #A8F25C; }
a { background-color: rgb(168,242,92); }
div.DivClassName
{
background-color: #A8F25C;
}
.BgClassName
{
background-color: #A8F25C;
}
</style>
border-color css
<style>
span { border-color: #A8F25C; }
span { border-color: rgb(168,242,92); }
td.TdClassName
{
border-color: #A8F25C;
}
.TagClassName
{
border-color: #A8F25C;
}
</style>