Shades of Conifer #A0F251
Tints of Conifer #A0F251
RGB
CMYK
RGB Variations
Color information
#A0F251 (or 0xA0F251) is known color: Conifer. HEX triplet: A0, F2 and 51. RGB value is (160,242,81). Sum of RGB (Red+Green+Blue) = 160+242+81=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F251 is #5F0DAE. Grayscale: #C7C7C7. Windows color (decimal): -6229423 or 5370528. OLE color: 5370528.
HSL color Cylindrical-coordinate representation of color #A0F251: hue angle of 90.56º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0F251 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 81 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.05 |
| HSL | 90.56º | 0.86% | 0.63% | - |
| HSV(B) | 90.56º | 0.67% | 0.95% | - |
| XYZ | 47.73 | 71.57 | 19.08 | - |
| YUV | 199.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 81 | 0.34 | 0 | 0.67 | 0.05 | 90.56 | 0.86 | 0.63 |
| Hex | A0 | F2 | 51 | 22 | 0 | 43 | 5 | 5B | 56 | 3F |
| Octal | 240 | 362 | 121 | 42 | 0 | 103 | 5 | 133 | 126 | 77 |
| Binary | 10100000 | 11110010 | 1010001 | 100010 | 0 | 1000011 | 101 | 1011011 | 1010110 | 111111 |
Color Harmonies of #A0F251
Complementary color
Monochromatic Colors of #A0F251
Black with #A0F251
Text Example
Text Example
White with #A0F251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F251; }
p { color: rgb(160,242,81); }
H1.HeaderClassName
{
color: #A0F251;
}
.AnyTagClassName
{
color: #A0F251;
}
</style>
background-color css
<style>
a { background-color: #A0F251; }
a { background-color: rgb(160,242,81); }
div.DivClassName
{
background-color: #A0F251;
}
.BgClassName
{
background-color: #A0F251;
}
</style>
border-color css
<style>
span { border-color: #A0F251; }
span { border-color: rgb(160,242,81); }
td.TdClassName
{
border-color: #A0F251;
}
.TagClassName
{
border-color: #A0F251;
}
</style>