Shades of Conifer #A8F552
Tints of Conifer #A8F552
RGB
CMYK
RGB Variations
Color information
#A8F552 (or 0xA8F552) is known color: Conifer. HEX triplet: A8, F5 and 52. RGB value is (168,245,82). Sum of RGB (Red+Green+Blue) = 168+245+82=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F552 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F552 is #570AAD. Grayscale: #CBCBCB. Windows color (decimal): -5704366 or 5436840. OLE color: 5436840.
HSL color Cylindrical-coordinate representation of color #A8F552: hue angle of 88.34º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8F552 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 82 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.04 |
| HSL | 88.34º | 0.89% | 0.64% | - |
| HSV(B) | 88.34º | 0.67% | 0.96% | - |
| XYZ | 50.32 | 74.24 | 19.66 | - |
| YUV | 203.4 | 59.49 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 82 | 0.31 | 0 | 0.67 | 0.04 | 88.34 | 0.89 | 0.64 |
| Hex | A8 | F5 | 52 | 1F | 0 | 43 | 4 | 58 | 59 | 40 |
| Octal | 250 | 365 | 122 | 37 | 0 | 103 | 4 | 130 | 131 | 100 |
| Binary | 10101000 | 11110101 | 1010010 | 11111 | 0 | 1000011 | 100 | 1011000 | 1011001 | 1000000 |
Color Harmonies of #A8F552
Complementary color
Monochromatic Colors of #A8F552
Black with #A8F552
Text Example
Text Example
White with #A8F552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F552; }
p { color: rgb(168,245,82); }
H1.HeaderClassName
{
color: #A8F552;
}
.AnyTagClassName
{
color: #A8F552;
}
</style>
background-color css
<style>
a { background-color: #A8F552; }
a { background-color: rgb(168,245,82); }
div.DivClassName
{
background-color: #A8F552;
}
.BgClassName
{
background-color: #A8F552;
}
</style>
border-color css
<style>
span { border-color: #A8F552; }
span { border-color: rgb(168,245,82); }
td.TdClassName
{
border-color: #A8F552;
}
.TagClassName
{
border-color: #A8F552;
}
</style>