Shades of Conifer #A8FE5A
Tints of Conifer #A8FE5A
RGB
CMYK
RGB Variations
Color information
#A8FE5A (or 0xA8FE5A) is known color: Conifer. HEX triplet: A8, FE and 5A. RGB value is (168,254,90). Sum of RGB (Red+Green+Blue) = 168+254+90=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE5A is #5701A5. Grayscale: #D2D2D2. Windows color (decimal): -5702054 or 5963432. OLE color: 5963432.
HSL color Cylindrical-coordinate representation of color #A8FE5A: hue angle of 91.46º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8FE5A is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 90 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.00 |
| HSL | 91.46º | 0.99% | 0.67% | - |
| HSV(B) | 91.46º | 0.65% | 1% | - |
| XYZ | 53.44 | 79.95 | 22.29 | - |
| YUV | 209.59 | 60.51 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 90 | 0.34 | 0 | 0.65 | 0.00 | 91.46 | 0.99 | 0.67 |
| Hex | A8 | FE | 5A | 22 | 0 | 41 | 0 | 5B | 63 | 43 |
| Octal | 250 | 376 | 132 | 42 | 0 | 101 | 0 | 133 | 143 | 103 |
| Binary | 10101000 | 11111110 | 1011010 | 100010 | 0 | 1000001 | 0 | 1011011 | 1100011 | 1000011 |
Color Harmonies of #A8FE5A
Complementary color
Monochromatic Colors of #A8FE5A
Black with #A8FE5A
Text Example
Text Example
White with #A8FE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE5A; }
p { color: rgb(168,254,90); }
H1.HeaderClassName
{
color: #A8FE5A;
}
.AnyTagClassName
{
color: #A8FE5A;
}
</style>
background-color css
<style>
a { background-color: #A8FE5A; }
a { background-color: rgb(168,254,90); }
div.DivClassName
{
background-color: #A8FE5A;
}
.BgClassName
{
background-color: #A8FE5A;
}
</style>
border-color css
<style>
span { border-color: #A8FE5A; }
span { border-color: rgb(168,254,90); }
td.TdClassName
{
border-color: #A8FE5A;
}
.TagClassName
{
border-color: #A8FE5A;
}
</style>