Shades of Conifer #A8FE55
Tints of Conifer #A8FE55
RGB
CMYK
RGB Variations
Color information
#A8FE55 (or 0xA8FE55) is known color: Conifer. HEX triplet: A8, FE and 55. RGB value is (168,254,85). Sum of RGB (Red+Green+Blue) = 168+254+85=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE55 is #5701AA. Grayscale: #D1D1D1. Windows color (decimal): -5702059 or 5635752. OLE color: 5635752.
HSL color Cylindrical-coordinate representation of color #A8FE55: hue angle of 90.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8FE55 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
RGB | 168 | 254 | 85 | - |
CMYK | 0.34 | 0 | 0.67 | 0.00 |
HSL | 90.53º | 0.99% | 0.66% | - |
HSV(B) | 90.53º | 0.67% | 1% | - |
XYZ | 53.23 | 79.86 | 21.2 | - |
YUV | 209.02 | 58.01 | 98.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 254 | 85 | 0.34 | 0 | 0.67 | 0.00 | 90.53 | 0.99 | 0.66 |
Hex | A8 | FE | 55 | 22 | 0 | 43 | 0 | 5B | 63 | 42 |
Octal | 250 | 376 | 125 | 42 | 0 | 103 | 0 | 133 | 143 | 102 |
Binary | 10101000 | 11111110 | 1010101 | 100010 | 0 | 1000011 | 0 | 1011011 | 1100011 | 1000010 |
Color Harmonies of #A8FE55
Complementary color
Monochromatic Colors of #A8FE55
Black with #A8FE55
Text Example
Text Example
White with #A8FE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE55; }
p { color: rgb(168,254,85); }
H1.HeaderClassName
{
color: #A8FE55;
}
.AnyTagClassName
{
color: #A8FE55;
}
</style>
background-color css
<style>
a { background-color: #A8FE55; }
a { background-color: rgb(168,254,85); }
div.DivClassName
{
background-color: #A8FE55;
}
.BgClassName
{
background-color: #A8FE55;
}
</style>
border-color css
<style>
span { border-color: #A8FE55; }
span { border-color: rgb(168,254,85); }
td.TdClassName
{
border-color: #A8FE55;
}
.TagClassName
{
border-color: #A8FE55;
}
</style>