Shades of Conifer #A8F752
Tints of Conifer #A8F752
RGB
CMYK
RGB Variations
Color information
#A8F752 (or 0xA8F752) is known color: Conifer. HEX triplet: A8, F7 and 52. RGB value is (168,247,82). Sum of RGB (Red+Green+Blue) = 168+247+82=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F752 is #5708AD. Grayscale: #CDCDCD. Windows color (decimal): -5703854 or 5437352. OLE color: 5437352.
HSL color Cylindrical-coordinate representation of color #A8F752: hue angle of 88.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8F752 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 82 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.03 |
| HSL | 88.73º | 0.91% | 0.65% | - |
| HSV(B) | 88.73º | 0.67% | 0.97% | - |
| XYZ | 50.93 | 75.46 | 19.86 | - |
| YUV | 204.57 | 58.83 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 82 | 0.32 | 0 | 0.67 | 0.03 | 88.73 | 0.91 | 0.65 |
| Hex | A8 | F7 | 52 | 20 | 0 | 43 | 3 | 59 | 5B | 41 |
| Octal | 250 | 367 | 122 | 40 | 0 | 103 | 3 | 131 | 133 | 101 |
| Binary | 10101000 | 11110111 | 1010010 | 100000 | 0 | 1000011 | 11 | 1011001 | 1011011 | 1000001 |
Color Harmonies of #A8F752
Complementary color
Monochromatic Colors of #A8F752
Black with #A8F752
Text Example
Text Example
White with #A8F752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F752; }
p { color: rgb(168,247,82); }
H1.HeaderClassName
{
color: #A8F752;
}
.AnyTagClassName
{
color: #A8F752;
}
</style>
background-color css
<style>
a { background-color: #A8F752; }
a { background-color: rgb(168,247,82); }
div.DivClassName
{
background-color: #A8F752;
}
.BgClassName
{
background-color: #A8F752;
}
</style>
border-color css
<style>
span { border-color: #A8F752; }
span { border-color: rgb(168,247,82); }
td.TdClassName
{
border-color: #A8F752;
}
.TagClassName
{
border-color: #A8F752;
}
</style>