Shades of Conifer #A8F25A
Tints of Conifer #A8F25A
RGB
CMYK
RGB Variations
Color information
#A8F25A (or 0xA8F25A) is known color: Conifer. HEX triplet: A8, F2 and 5A. RGB value is (168,242,90). Sum of RGB (Red+Green+Blue) = 168+242+90=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F25A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F25A is #570DA5. Grayscale: #CBCBCB. Windows color (decimal): -5705126 or 5960360. OLE color: 5960360.
HSL color Cylindrical-coordinate representation of color #A8F25A: hue angle of 89.21º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8F25A is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 90 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.05 |
| HSL | 89.21º | 0.85% | 0.65% | - |
| HSV(B) | 89.21º | 0.63% | 0.95% | - |
| XYZ | 49.75 | 72.57 | 21.06 | - |
| YUV | 202.55 | 64.48 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 90 | 0.31 | 0 | 0.63 | 0.05 | 89.21 | 0.85 | 0.65 |
| Hex | A8 | F2 | 5A | 1F | 0 | 3F | 5 | 59 | 55 | 41 |
| Octal | 250 | 362 | 132 | 37 | 0 | 77 | 5 | 131 | 125 | 101 |
| Binary | 10101000 | 11110010 | 1011010 | 11111 | 0 | 111111 | 101 | 1011001 | 1010101 | 1000001 |
Color Harmonies of #A8F25A
Complementary color
Monochromatic Colors of #A8F25A
Black with #A8F25A
Text Example
Text Example
White with #A8F25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F25A; }
p { color: rgb(168,242,90); }
H1.HeaderClassName
{
color: #A8F25A;
}
.AnyTagClassName
{
color: #A8F25A;
}
</style>
background-color css
<style>
a { background-color: #A8F25A; }
a { background-color: rgb(168,242,90); }
div.DivClassName
{
background-color: #A8F25A;
}
.BgClassName
{
background-color: #A8F25A;
}
</style>
border-color css
<style>
span { border-color: #A8F25A; }
span { border-color: rgb(168,242,90); }
td.TdClassName
{
border-color: #A8F25A;
}
.TagClassName
{
border-color: #A8F25A;
}
</style>