Shades of Conifer #A8FB5A
Tints of Conifer #A8FB5A
RGB
CMYK
RGB Variations
Color information
#A8FB5A (or 0xA8FB5A) is known color: Conifer. HEX triplet: A8, FB and 5A. RGB value is (168,251,90). Sum of RGB (Red+Green+Blue) = 168+251+90=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB5A is #5704A5. Grayscale: #D0D0D0. Windows color (decimal): -5702822 or 5962664. OLE color: 5962664.
HSL color Cylindrical-coordinate representation of color #A8FB5A: hue angle of 90.93º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8FB5A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 90 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.02 |
| HSL | 90.93º | 0.95% | 0.67% | - |
| HSV(B) | 90.93º | 0.64% | 0.98% | - |
| XYZ | 52.49 | 78.06 | 21.97 | - |
| YUV | 207.83 | 61.5 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 90 | 0.33 | 0 | 0.64 | 0.02 | 90.93 | 0.95 | 0.67 |
| Hex | A8 | FB | 5A | 21 | 0 | 40 | 2 | 5B | 5F | 43 |
| Octal | 250 | 373 | 132 | 41 | 0 | 100 | 2 | 133 | 137 | 103 |
| Binary | 10101000 | 11111011 | 1011010 | 100001 | 0 | 1000000 | 10 | 1011011 | 1011111 | 1000011 |
Color Harmonies of #A8FB5A
Complementary color
Monochromatic Colors of #A8FB5A
Black with #A8FB5A
Text Example
Text Example
White with #A8FB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB5A; }
p { color: rgb(168,251,90); }
H1.HeaderClassName
{
color: #A8FB5A;
}
.AnyTagClassName
{
color: #A8FB5A;
}
</style>
background-color css
<style>
a { background-color: #A8FB5A; }
a { background-color: rgb(168,251,90); }
div.DivClassName
{
background-color: #A8FB5A;
}
.BgClassName
{
background-color: #A8FB5A;
}
</style>
border-color css
<style>
span { border-color: #A8FB5A; }
span { border-color: rgb(168,251,90); }
td.TdClassName
{
border-color: #A8FB5A;
}
.TagClassName
{
border-color: #A8FB5A;
}
</style>