Shades of Conifer #A0F14B
Tints of Conifer #A0F14B
RGB
CMYK
RGB Variations
Color information
#A0F14B (or 0xA0F14B) is known color: Conifer. HEX triplet: A0, F1 and 4B. RGB value is (160,241,75). Sum of RGB (Red+Green+Blue) = 160+241+75=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F14B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F14B is #5F0EB4. Grayscale: #C6C6C6. Windows color (decimal): -6229685 or 4977056. OLE color: 4977056.
HSL color Cylindrical-coordinate representation of color #A0F14B: hue angle of 89.28º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0F14B is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 75 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.05 |
| HSL | 89.28º | 0.86% | 0.62% | - |
| HSV(B) | 89.28º | 0.69% | 0.95% | - |
| XYZ | 47.22 | 70.89 | 17.85 | - |
| YUV | 197.86 | 58.66 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 75 | 0.34 | 0 | 0.69 | 0.05 | 89.28 | 0.86 | 0.62 |
| Hex | A0 | F1 | 4B | 22 | 0 | 45 | 5 | 59 | 56 | 3E |
| Octal | 240 | 361 | 113 | 42 | 0 | 105 | 5 | 131 | 126 | 76 |
| Binary | 10100000 | 11110001 | 1001011 | 100010 | 0 | 1000101 | 101 | 1011001 | 1010110 | 111110 |
Color Harmonies of #A0F14B
Complementary color
Monochromatic Colors of #A0F14B
Black with #A0F14B
Text Example
Text Example
White with #A0F14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F14B; }
p { color: rgb(160,241,75); }
H1.HeaderClassName
{
color: #A0F14B;
}
.AnyTagClassName
{
color: #A0F14B;
}
</style>
background-color css
<style>
a { background-color: #A0F14B; }
a { background-color: rgb(160,241,75); }
div.DivClassName
{
background-color: #A0F14B;
}
.BgClassName
{
background-color: #A0F14B;
}
</style>
border-color css
<style>
span { border-color: #A0F14B; }
span { border-color: rgb(160,241,75); }
td.TdClassName
{
border-color: #A0F14B;
}
.TagClassName
{
border-color: #A0F14B;
}
</style>