Shades of Conifer #A1FB5B
Tints of Conifer #A1FB5B
RGB
CMYK
RGB Variations
Color information
#A1FB5B (or 0xA1FB5B) is known color: Conifer. HEX triplet: A1, FB and 5B. RGB value is (161,251,91). Sum of RGB (Red+Green+Blue) = 161+251+91=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB5B is #5E04A4. Grayscale: #CECECE. Windows color (decimal): -6161573 or 6028193. OLE color: 6028193.
HSL color Cylindrical-coordinate representation of color #A1FB5B: hue angle of 93.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1FB5B is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 91 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.02 |
| HSL | 93.75º | 0.95% | 0.67% | - |
| HSV(B) | 93.75º | 0.64% | 0.98% | - |
| XYZ | 51.08 | 77.33 | 22.13 | - |
| YUV | 205.85 | 63.18 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 91 | 0.36 | 0 | 0.64 | 0.02 | 93.75 | 0.95 | 0.67 |
| Hex | A1 | FB | 5B | 24 | 0 | 40 | 2 | 5E | 5F | 43 |
| Octal | 241 | 373 | 133 | 44 | 0 | 100 | 2 | 136 | 137 | 103 |
| Binary | 10100001 | 11111011 | 1011011 | 100100 | 0 | 1000000 | 10 | 1011110 | 1011111 | 1000011 |
Color Harmonies of #A1FB5B
Complementary color
Monochromatic Colors of #A1FB5B
Black with #A1FB5B
Text Example
Text Example
White with #A1FB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB5B; }
p { color: rgb(161,251,91); }
H1.HeaderClassName
{
color: #A1FB5B;
}
.AnyTagClassName
{
color: #A1FB5B;
}
</style>
background-color css
<style>
a { background-color: #A1FB5B; }
a { background-color: rgb(161,251,91); }
div.DivClassName
{
background-color: #A1FB5B;
}
.BgClassName
{
background-color: #A1FB5B;
}
</style>
border-color css
<style>
span { border-color: #A1FB5B; }
span { border-color: rgb(161,251,91); }
td.TdClassName
{
border-color: #A1FB5B;
}
.TagClassName
{
border-color: #A1FB5B;
}
</style>