Shades of Conifer #A7F255
Tints of Conifer #A7F255
RGB
CMYK
RGB Variations
Color information
#A7F255 (or 0xA7F255) is known color: Conifer. HEX triplet: A7, F2 and 55. RGB value is (167,242,85). Sum of RGB (Red+Green+Blue) = 167+242+85=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #A7F255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F255 is #580DAA. Grayscale: #CACACA. Windows color (decimal): -5770667 or 5632679. OLE color: 5632679.
HSL color Cylindrical-coordinate representation of color #A7F255: hue angle of 88.66º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7F255 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 242 | 85 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.05 |
| HSL | 88.66º | 0.86% | 0.64% | - |
| HSV(B) | 88.66º | 0.65% | 0.95% | - |
| XYZ | 49.33 | 72.38 | 19.96 | - |
| YUV | 201.68 | 62.15 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 242 | 85 | 0.31 | 0 | 0.65 | 0.05 | 88.66 | 0.86 | 0.64 |
| Hex | A7 | F2 | 55 | 1F | 0 | 41 | 5 | 59 | 56 | 40 |
| Octal | 247 | 362 | 125 | 37 | 0 | 101 | 5 | 131 | 126 | 100 |
| Binary | 10100111 | 11110010 | 1010101 | 11111 | 0 | 1000001 | 101 | 1011001 | 1010110 | 1000000 |
Color Harmonies of #A7F255
Complementary color
Monochromatic Colors of #A7F255
Black with #A7F255
Text Example
Text Example
White with #A7F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F255; }
p { color: rgb(167,242,85); }
H1.HeaderClassName
{
color: #A7F255;
}
.AnyTagClassName
{
color: #A7F255;
}
</style>
background-color css
<style>
a { background-color: #A7F255; }
a { background-color: rgb(167,242,85); }
div.DivClassName
{
background-color: #A7F255;
}
.BgClassName
{
background-color: #A7F255;
}
</style>
border-color css
<style>
span { border-color: #A7F255; }
span { border-color: rgb(167,242,85); }
td.TdClassName
{
border-color: #A7F255;
}
.TagClassName
{
border-color: #A7F255;
}
</style>