Shades of Conifer #A8F55A
Tints of Conifer #A8F55A
RGB
CMYK
RGB Variations
Color information
#A8F55A (or 0xA8F55A) is known color: Conifer. HEX triplet: A8, F5 and 5A. RGB value is (168,245,90). Sum of RGB (Red+Green+Blue) = 168+245+90=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F55A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F55A is #570AA5. Grayscale: #CCCCCC. Windows color (decimal): -5704358 or 5961128. OLE color: 5961128.
HSL color Cylindrical-coordinate representation of color #A8F55A: hue angle of 89.81º 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 #A8F55A is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 90 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.04 |
| HSL | 89.81º | 0.89% | 0.66% | - |
| HSV(B) | 89.81º | 0.63% | 0.96% | - |
| XYZ | 50.65 | 74.37 | 21.36 | - |
| YUV | 204.31 | 63.49 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 90 | 0.31 | 0 | 0.63 | 0.04 | 89.81 | 0.89 | 0.66 |
| Hex | A8 | F5 | 5A | 1F | 0 | 3F | 4 | 5A | 59 | 42 |
| Octal | 250 | 365 | 132 | 37 | 0 | 77 | 4 | 132 | 131 | 102 |
| Binary | 10101000 | 11110101 | 1011010 | 11111 | 0 | 111111 | 100 | 1011010 | 1011001 | 1000010 |
Color Harmonies of #A8F55A
Complementary color
Monochromatic Colors of #A8F55A
Black with #A8F55A
Text Example
Text Example
White with #A8F55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F55A; }
p { color: rgb(168,245,90); }
H1.HeaderClassName
{
color: #A8F55A;
}
.AnyTagClassName
{
color: #A8F55A;
}
</style>
background-color css
<style>
a { background-color: #A8F55A; }
a { background-color: rgb(168,245,90); }
div.DivClassName
{
background-color: #A8F55A;
}
.BgClassName
{
background-color: #A8F55A;
}
</style>
border-color css
<style>
span { border-color: #A8F55A; }
span { border-color: rgb(168,245,90); }
td.TdClassName
{
border-color: #A8F55A;
}
.TagClassName
{
border-color: #A8F55A;
}
</style>