Shades of Conifer #A8F55B
Tints of Conifer #A8F55B
RGB
CMYK
RGB Variations
Color information
#A8F55B (or 0xA8F55B) is known color: Conifer. HEX triplet: A8, F5 and 5B. RGB value is (168,245,91). Sum of RGB (Red+Green+Blue) = 168+245+91=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F55B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F55B is #570AA4. Grayscale: #CCCCCC. Windows color (decimal): -5704357 or 6026664. OLE color: 6026664.
HSL color Cylindrical-coordinate representation of color #A8F55B: hue angle of 90º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8F55B is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 91 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.04 |
| HSL | 90º | 0.89% | 0.66% | - |
| HSV(B) | 90º | 0.63% | 0.96% | - |
| XYZ | 50.69 | 74.38 | 21.58 | - |
| YUV | 204.42 | 63.99 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 91 | 0.31 | 0 | 0.63 | 0.04 | 90 | 0.89 | 0.66 |
| Hex | A8 | F5 | 5B | 1F | 0 | 3F | 4 | 5A | 59 | 42 |
| Octal | 250 | 365 | 133 | 37 | 0 | 77 | 4 | 132 | 131 | 102 |
| Binary | 10101000 | 11110101 | 1011011 | 11111 | 0 | 111111 | 100 | 1011010 | 1011001 | 1000010 |
Color Harmonies of #A8F55B
Complementary color
Monochromatic Colors of #A8F55B
Black with #A8F55B
Text Example
Text Example
White with #A8F55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F55B; }
p { color: rgb(168,245,91); }
H1.HeaderClassName
{
color: #A8F55B;
}
.AnyTagClassName
{
color: #A8F55B;
}
</style>
background-color css
<style>
a { background-color: #A8F55B; }
a { background-color: rgb(168,245,91); }
div.DivClassName
{
background-color: #A8F55B;
}
.BgClassName
{
background-color: #A8F55B;
}
</style>
border-color css
<style>
span { border-color: #A8F55B; }
span { border-color: rgb(168,245,91); }
td.TdClassName
{
border-color: #A8F55B;
}
.TagClassName
{
border-color: #A8F55B;
}
</style>