Shades of Conifer #A7FC53
Tints of Conifer #A7FC53
RGB
CMYK
RGB Variations
Color information
#A7FC53 (or 0xA7FC53) is known color: Conifer. HEX triplet: A7, FC and 53. RGB value is (167,252,83). Sum of RGB (Red+Green+Blue) = 167+252+83=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FC53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FC53 is #5803AC. Grayscale: #CFCFCF. Windows color (decimal): -5768109 or 5504167. OLE color: 5504167.
HSL color Cylindrical-coordinate representation of color #A7FC53: hue angle of 90.18º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7FC53 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 252 | 83 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.01 |
| HSL | 90.18º | 0.97% | 0.66% | - |
| HSV(B) | 90.18º | 0.67% | 0.99% | - |
| XYZ | 52.31 | 78.46 | 20.57 | - |
| YUV | 207.32 | 57.84 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 252 | 83 | 0.34 | 0 | 0.67 | 0.01 | 90.18 | 0.97 | 0.66 |
| Hex | A7 | FC | 53 | 22 | 0 | 43 | 1 | 5A | 61 | 42 |
| Octal | 247 | 374 | 123 | 42 | 0 | 103 | 1 | 132 | 141 | 102 |
| Binary | 10100111 | 11111100 | 1010011 | 100010 | 0 | 1000011 | 1 | 1011010 | 1100001 | 1000010 |
Color Harmonies of #A7FC53
Complementary color
Monochromatic Colors of #A7FC53
Black with #A7FC53
Text Example
Text Example
White with #A7FC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FC53; }
p { color: rgb(167,252,83); }
H1.HeaderClassName
{
color: #A7FC53;
}
.AnyTagClassName
{
color: #A7FC53;
}
</style>
background-color css
<style>
a { background-color: #A7FC53; }
a { background-color: rgb(167,252,83); }
div.DivClassName
{
background-color: #A7FC53;
}
.BgClassName
{
background-color: #A7FC53;
}
</style>
border-color css
<style>
span { border-color: #A7FC53; }
span { border-color: rgb(167,252,83); }
td.TdClassName
{
border-color: #A7FC53;
}
.TagClassName
{
border-color: #A7FC53;
}
</style>