Shades of Conifer #A1F153
Tints of Conifer #A1F153
RGB
CMYK
RGB Variations
Color information
#A1F153 (or 0xA1F153) is known color: Conifer. HEX triplet: A1, F1 and 53. RGB value is (161,241,83). Sum of RGB (Red+Green+Blue) = 161+241+83=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F153 is #5E0EAC. Grayscale: #C7C7C7. Windows color (decimal): -6164141 or 5501345. OLE color: 5501345.
HSL color Cylindrical-coordinate representation of color #A1F153: hue angle of 90.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1F153 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 83 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.05 |
| HSL | 90.38º | 0.85% | 0.64% | - |
| HSV(B) | 90.38º | 0.66% | 0.95% | - |
| XYZ | 47.71 | 71.11 | 19.39 | - |
| YUV | 199.07 | 62.5 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 83 | 0.33 | 0 | 0.66 | 0.05 | 90.38 | 0.85 | 0.64 |
| Hex | A1 | F1 | 53 | 21 | 0 | 42 | 5 | 5A | 55 | 40 |
| Octal | 241 | 361 | 123 | 41 | 0 | 102 | 5 | 132 | 125 | 100 |
| Binary | 10100001 | 11110001 | 1010011 | 100001 | 0 | 1000010 | 101 | 1011010 | 1010101 | 1000000 |
Color Harmonies of #A1F153
Complementary color
Monochromatic Colors of #A1F153
Black with #A1F153
Text Example
Text Example
White with #A1F153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F153; }
p { color: rgb(161,241,83); }
H1.HeaderClassName
{
color: #A1F153;
}
.AnyTagClassName
{
color: #A1F153;
}
</style>
background-color css
<style>
a { background-color: #A1F153; }
a { background-color: rgb(161,241,83); }
div.DivClassName
{
background-color: #A1F153;
}
.BgClassName
{
background-color: #A1F153;
}
</style>
border-color css
<style>
span { border-color: #A1F153; }
span { border-color: rgb(161,241,83); }
td.TdClassName
{
border-color: #A1F153;
}
.TagClassName
{
border-color: #A1F153;
}
</style>