Shades of Conifer #A8F352
Tints of Conifer #A8F352
RGB
CMYK
RGB Variations
Color information
#A8F352 (or 0xA8F352) is known color: Conifer. HEX triplet: A8, F3 and 52. RGB value is (168,243,82). Sum of RGB (Red+Green+Blue) = 168+243+82=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F352 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F352 is #570CAD. Grayscale: #CACACA. Windows color (decimal): -5704878 or 5436328. OLE color: 5436328.
HSL color Cylindrical-coordinate representation of color #A8F352: hue angle of 87.95º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8F352 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 82 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.05 |
| HSL | 87.95º | 0.87% | 0.64% | - |
| HSV(B) | 87.95º | 0.66% | 0.95% | - |
| XYZ | 49.72 | 73.04 | 19.46 | - |
| YUV | 202.22 | 60.15 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 82 | 0.31 | 0 | 0.66 | 0.05 | 87.95 | 0.87 | 0.64 |
| Hex | A8 | F3 | 52 | 1F | 0 | 42 | 5 | 58 | 57 | 40 |
| Octal | 250 | 363 | 122 | 37 | 0 | 102 | 5 | 130 | 127 | 100 |
| Binary | 10101000 | 11110011 | 1010010 | 11111 | 0 | 1000010 | 101 | 1011000 | 1010111 | 1000000 |
Color Harmonies of #A8F352
Complementary color
Monochromatic Colors of #A8F352
Black with #A8F352
Text Example
Text Example
White with #A8F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F352; }
p { color: rgb(168,243,82); }
H1.HeaderClassName
{
color: #A8F352;
}
.AnyTagClassName
{
color: #A8F352;
}
</style>
background-color css
<style>
a { background-color: #A8F352; }
a { background-color: rgb(168,243,82); }
div.DivClassName
{
background-color: #A8F352;
}
.BgClassName
{
background-color: #A8F352;
}
</style>
border-color css
<style>
span { border-color: #A8F352; }
span { border-color: rgb(168,243,82); }
td.TdClassName
{
border-color: #A8F352;
}
.TagClassName
{
border-color: #A8F352;
}
</style>