Shades of Conifer #A2F750
Tints of Conifer #A2F750
RGB
CMYK
RGB Variations
Color information
#A2F750 (or 0xA2F750) is known color: Conifer. HEX triplet: A2, F7 and 50. RGB value is (162,247,80). Sum of RGB (Red+Green+Blue) = 162+247+80=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F750 is #5D08AF. Grayscale: #CBCBCB. Windows color (decimal): -6097072 or 5306274. OLE color: 5306274.
HSL color Cylindrical-coordinate representation of color #A2F750: hue angle of 90.54º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2F750 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 80 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.03 |
| HSL | 90.54º | 0.91% | 0.64% | - |
| HSV(B) | 90.54º | 0.68% | 0.97% | - |
| XYZ | 49.61 | 74.78 | 19.41 | - |
| YUV | 202.55 | 58.84 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 80 | 0.34 | 0 | 0.68 | 0.03 | 90.54 | 0.91 | 0.64 |
| Hex | A2 | F7 | 50 | 22 | 0 | 44 | 3 | 5B | 5B | 40 |
| Octal | 242 | 367 | 120 | 42 | 0 | 104 | 3 | 133 | 133 | 100 |
| Binary | 10100010 | 11110111 | 1010000 | 100010 | 0 | 1000100 | 11 | 1011011 | 1011011 | 1000000 |
Color Harmonies of #A2F750
Complementary color
Monochromatic Colors of #A2F750
Black with #A2F750
Text Example
Text Example
White with #A2F750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F750; }
p { color: rgb(162,247,80); }
H1.HeaderClassName
{
color: #A2F750;
}
.AnyTagClassName
{
color: #A2F750;
}
</style>
background-color css
<style>
a { background-color: #A2F750; }
a { background-color: rgb(162,247,80); }
div.DivClassName
{
background-color: #A2F750;
}
.BgClassName
{
background-color: #A2F750;
}
</style>
border-color css
<style>
span { border-color: #A2F750; }
span { border-color: rgb(162,247,80); }
td.TdClassName
{
border-color: #A2F750;
}
.TagClassName
{
border-color: #A2F750;
}
</style>