Shades of Conifer #A8FB58
Tints of Conifer #A8FB58
RGB
CMYK
RGB Variations
Color information
#A8FB58 (or 0xA8FB58) is known color: Conifer. HEX triplet: A8, FB and 58. RGB value is (168,251,88). Sum of RGB (Red+Green+Blue) = 168+251+88=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB58 is #5704A7. Grayscale: #D0D0D0. Windows color (decimal): -5702824 or 5831592. OLE color: 5831592.
HSL color Cylindrical-coordinate representation of color #A8FB58: hue angle of 90.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8FB58 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 88 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.02 |
| HSL | 90.55º | 0.95% | 0.66% | - |
| HSV(B) | 90.55º | 0.65% | 0.98% | - |
| XYZ | 52.41 | 78.02 | 21.53 | - |
| YUV | 207.6 | 60.5 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 88 | 0.33 | 0 | 0.65 | 0.02 | 90.55 | 0.95 | 0.66 |
| Hex | A8 | FB | 58 | 21 | 0 | 41 | 2 | 5B | 5F | 42 |
| Octal | 250 | 373 | 130 | 41 | 0 | 101 | 2 | 133 | 137 | 102 |
| Binary | 10101000 | 11111011 | 1011000 | 100001 | 0 | 1000001 | 10 | 1011011 | 1011111 | 1000010 |
Color Harmonies of #A8FB58
Complementary color
Monochromatic Colors of #A8FB58
Black with #A8FB58
Text Example
Text Example
White with #A8FB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB58; }
p { color: rgb(168,251,88); }
H1.HeaderClassName
{
color: #A8FB58;
}
.AnyTagClassName
{
color: #A8FB58;
}
</style>
background-color css
<style>
a { background-color: #A8FB58; }
a { background-color: rgb(168,251,88); }
div.DivClassName
{
background-color: #A8FB58;
}
.BgClassName
{
background-color: #A8FB58;
}
</style>
border-color css
<style>
span { border-color: #A8FB58; }
span { border-color: rgb(168,251,88); }
td.TdClassName
{
border-color: #A8FB58;
}
.TagClassName
{
border-color: #A8FB58;
}
</style>