Shades of Conifer #A2F255
Tints of Conifer #A2F255
RGB
CMYK
RGB Variations
Color information
#A2F255 (or 0xA2F255) is known color: Conifer. HEX triplet: A2, F2 and 55. RGB value is (162,242,85). Sum of RGB (Red+Green+Blue) = 162+242+85=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F255 is #5D0DAA. Grayscale: #C8C8C8. Windows color (decimal): -6098347 or 5632674. OLE color: 5632674.
HSL color Cylindrical-coordinate representation of color #A2F255: hue angle of 90.57º 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 #A2F255 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 85 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.05 |
| HSL | 90.57º | 0.86% | 0.64% | - |
| HSV(B) | 90.57º | 0.65% | 0.95% | - |
| XYZ | 48.29 | 71.84 | 19.92 | - |
| YUV | 200.18 | 63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 85 | 0.33 | 0 | 0.65 | 0.05 | 90.57 | 0.86 | 0.64 |
| Hex | A2 | F2 | 55 | 21 | 0 | 41 | 5 | 5B | 56 | 40 |
| Octal | 242 | 362 | 125 | 41 | 0 | 101 | 5 | 133 | 126 | 100 |
| Binary | 10100010 | 11110010 | 1010101 | 100001 | 0 | 1000001 | 101 | 1011011 | 1010110 | 1000000 |
Color Harmonies of #A2F255
Complementary color
Monochromatic Colors of #A2F255
Black with #A2F255
Text Example
Text Example
White with #A2F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F255; }
p { color: rgb(162,242,85); }
H1.HeaderClassName
{
color: #A2F255;
}
.AnyTagClassName
{
color: #A2F255;
}
</style>
background-color css
<style>
a { background-color: #A2F255; }
a { background-color: rgb(162,242,85); }
div.DivClassName
{
background-color: #A2F255;
}
.BgClassName
{
background-color: #A2F255;
}
</style>
border-color css
<style>
span { border-color: #A2F255; }
span { border-color: rgb(162,242,85); }
td.TdClassName
{
border-color: #A2F255;
}
.TagClassName
{
border-color: #A2F255;
}
</style>