Shades of Conifer #A1FB67
Tints of Conifer #A1FB67
RGB
CMYK
RGB Variations
Color information
#A1FB67 (or 0xA1FB67) is known color: Conifer. HEX triplet: A1, FB and 67. RGB value is (161,251,103). Sum of RGB (Red+Green+Blue) = 161+251+103=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB67 is #5E0498. Grayscale: #CFCFCF. Windows color (decimal): -6161561 or 6814625. OLE color: 6814625.
HSL color Cylindrical-coordinate representation of color #A1FB67: hue angle of 96.49º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1FB67 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 103 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.02 |
| HSL | 96.49º | 0.95% | 0.69% | - |
| HSV(B) | 96.49º | 0.59% | 0.98% | - |
| XYZ | 51.64 | 77.55 | 25.08 | - |
| YUV | 207.22 | 69.18 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 103 | 0.36 | 0 | 0.59 | 0.02 | 96.49 | 0.95 | 0.69 |
| Hex | A1 | FB | 67 | 24 | 0 | 3B | 2 | 60 | 5F | 45 |
| Octal | 241 | 373 | 147 | 44 | 0 | 73 | 2 | 140 | 137 | 105 |
| Binary | 10100001 | 11111011 | 1100111 | 100100 | 0 | 111011 | 10 | 1100000 | 1011111 | 1000101 |
Color Harmonies of #A1FB67
Complementary color
Monochromatic Colors of #A1FB67
Black with #A1FB67
Text Example
Text Example
White with #A1FB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB67; }
p { color: rgb(161,251,103); }
H1.HeaderClassName
{
color: #A1FB67;
}
.AnyTagClassName
{
color: #A1FB67;
}
</style>
background-color css
<style>
a { background-color: #A1FB67; }
a { background-color: rgb(161,251,103); }
div.DivClassName
{
background-color: #A1FB67;
}
.BgClassName
{
background-color: #A1FB67;
}
</style>
border-color css
<style>
span { border-color: #A1FB67; }
span { border-color: rgb(161,251,103); }
td.TdClassName
{
border-color: #A1FB67;
}
.TagClassName
{
border-color: #A1FB67;
}
</style>