Shades of Conifer #A2F75D
Tints of Conifer #A2F75D
RGB
CMYK
RGB Variations
Color information
#A2F75D (or 0xA2F75D) is known color: Conifer. HEX triplet: A2, F7 and 5D. RGB value is (162,247,93). Sum of RGB (Red+Green+Blue) = 162+247+93=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F75D is #5D08A2. Grayscale: #CCCCCC. Windows color (decimal): -6097059 or 6158242. OLE color: 6158242.
HSL color Cylindrical-coordinate representation of color #A2F75D: hue angle of 93.12º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2F75D is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 93 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.03 |
| HSL | 93.12º | 0.91% | 0.67% | - |
| HSV(B) | 93.12º | 0.62% | 0.97% | - |
| XYZ | 50.14 | 74.99 | 22.19 | - |
| YUV | 204.03 | 65.34 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 93 | 0.34 | 0 | 0.62 | 0.03 | 93.12 | 0.91 | 0.67 |
| Hex | A2 | F7 | 5D | 22 | 0 | 3E | 3 | 5D | 5B | 43 |
| Octal | 242 | 367 | 135 | 42 | 0 | 76 | 3 | 135 | 133 | 103 |
| Binary | 10100010 | 11110111 | 1011101 | 100010 | 0 | 111110 | 11 | 1011101 | 1011011 | 1000011 |
Color Harmonies of #A2F75D
Complementary color
Monochromatic Colors of #A2F75D
Black with #A2F75D
Text Example
Text Example
White with #A2F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F75D; }
p { color: rgb(162,247,93); }
H1.HeaderClassName
{
color: #A2F75D;
}
.AnyTagClassName
{
color: #A2F75D;
}
</style>
background-color css
<style>
a { background-color: #A2F75D; }
a { background-color: rgb(162,247,93); }
div.DivClassName
{
background-color: #A2F75D;
}
.BgClassName
{
background-color: #A2F75D;
}
</style>
border-color css
<style>
span { border-color: #A2F75D; }
span { border-color: rgb(162,247,93); }
td.TdClassName
{
border-color: #A2F75D;
}
.TagClassName
{
border-color: #A2F75D;
}
</style>